.logo-c60 {
    display: block;
    margin: auto;
    width: 65%;
    height: auto;
}

.logo-w {
    width: 100%;
    height: auto;
}

.logo-h {
    width: auto;
    height: 100%;

}

.avatar-big {
    border-radius: 50%;
    width: 50%;
    aspect-ratio: 1;
    margin: 0 auto;

    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border: 2px solid black;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
}
