.html{
    width: 440px;
    height: 1811px;
    background: #FFF;
}
.navbar{
    display: inline-flex;
    padding: 12px 128px 12px 16px;
    align-items: center;
    background-color: #072369;
    gap: 88px;
    height: 48px;
}
.navbar img{
    display: block;
}
.logo{
    height: 24px;
    border-radius: 16px;
}
.menu-icon{
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}
.glasses, .try_on{
    margin: 32px 32px;
    align-items: center;
    width: 376px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #CAE4EE;
    text-align: center;
    overflow: hidden;
    /*padding-bottom: 24px;*/
}
.glasses p, .try_on p{
    color: #121212;
}
.text-content{
    padding: 0px 16px 24px;
    text-align: center;
}
.glasses img, .contacts img, .try_on img{
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 24px;
}
.glasses h1, .try_on h1{
    color: #1144A9;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: lighter;
}
.glasses p, .contacts p, .try_on p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 24px;
    text-wrap: balance;
}
.glasses p{
    margin-top: 24px;
    margin-bottom: 32px;
}
button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #072369;
    border:#F6F7F5; 
    border-radius: 16px;
    color: #F6F7F5;
    font-size: 16px;
    height: 40px;
    padding: 0px 32px;
    cursor: pointer;
    margin: 0 auto;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.contacts{
    margin: 32px 32px;
    align-items: center;
    width: 376px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #11203A;
    color: #F6F7F5;
    text-align: center;
    overflow: hidden;
    padding-bottom: 24px;
}
.contacts h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: lighter;
}
.shop_contacts{
    background-color: #F6F7F5;
    color: #072369;

}