.globeTextSmall {
    font-size: 20px;
    color: gray;
    margin: 0;
}

.globeText {
    font-size: 22px;
    color: gray;
    margin: 0.5rem;
}

.myBtn {
    cursor: pointer;
    padding: 10px 4rem;
    color: white;
    display: inline-block;
    text-align: center;
    outline: 0;
    background-color: #69afe3;
    border-radius: 25px;
    border-color: transparent;
    text-decoration: none;
}

.myBtn:hover {
    background-color: #398ece;
}

.heigh100 {
    min-height: 100%;
    min-height: calc(100vh);
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

.globeCenter {
    text-align: center;
    width: 100%;
}