.basic-container {
    margin-top: 100px;
    margin-bottom: 100px;
    color: white;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 15%;
    flex-direction: column;
}

.simple-text {
    margin-bottom: 15px;
}

button.social-button {
    background: #2e6e5a;
    border: 1px solid #ce9852;
    width: 200px;
    margin: 10px 0px;

}

a.social {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 18px;
}
strong{
    color:#ce9852;
}

.social-button-div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}



.menu{
    display: flex; flex-direction: row; justify-content: center; margin-bottom: 50px; color:#ce9852;  cursor: pointer
}

.menu-item{
    margin-right: 50px;
}

.menu-item.underscore{
    border-bottom: #ce9852;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-width: thin;
}

@media screen and (min-width: 475px) {
    .basic-container {
        padding: 0px 25%;
        margin-top: 150px;
    }
}
@media screen and (max-width: 580px){
    .menu{
        flex-direction: column;
    }
    .menu-item{
        margin-right: 0px;
        margin-bottom: 20px;
        width: min-content;
    }

}