html, body {
    font: normal normal 16px Arial;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #000000;
    max-width: 1024px;
    margin: auto;
}

.nodisplay {
    display: none;
}

#about {
    position: relative;
    width: 100%;
    height: 100%;
}

.page {
    position: absolute;
    width: 100%;
    height: 100%;
}

#about-1 {
    padding: 90px 0;
}

#about-2 {
    background-color: #000000;
    color: #B89F7A;
    float:left;
    padding: 80px 0;
}

#logo {
    position: absolute;
    width: 180px;
    height: 95px;
    left: calc(50% - 90px);
    background: url('../images/logos/account_4.svg');
    z-index: 1;
    background-size: 100%;
    top: 20px;
}

#logo2 {
    width: 150px;
    height: 21px;
    background: url('../images/logos/account_4_bottom.svg');
    background-size: 100%;
    margin: auto;
}

ul {
    flex: 1;
    padding: 130px 0;
    list-style-type: none;
}

#mainMenu li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    color: #E5E5E5;
}

#address {
    margin-top: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 21px; 
    color: #B89F7A;
    text-align: center;
}

.close {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    color: #E5E5E5;
    text-decoration: none;
    cursor: pointer;
}

.feature__head {
    font-family: 'Birthstone', cursive;
}

.description {
    font-size: 12px;
}

.neatSubHead {
    font-family: 'Birthstone', cursive;
    line-height: 20px;
    font-size: 28px;
    font-weight: 500;
}