.noto-serif-gol{
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 87.5;
    color: #1D1F26;
}

.container{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(#1D1F26, #BFBFBF);
}
.container img{
    margin-top: 55px;
    width: 160px;
    height: 160px;
    border-radius: 15px;
    box-shadow: 0px 7px 20px 0px #333740;
}

.fiotext{
    margin-top: 45px;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    height: fit-content;
}

.infotext{
    margin-top: 45px;
    font-size: 16px;
    text-align: right;
}

.button-container{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cbutton{

}

.cbutton img{
    margin-top: 45px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    padding: 19px;
    background-color: #D7D9D9;
    transition: all 1000ms ease;
}

.cbutton img:hover{
    background-color: #A1A6A5;
}
