/* 852 */
.avt {
    width: 100%;
    height: calc(100dvh - 70px);
    min-height: 530px;
    display: grid;
    place-content: center;
}
.avt img{
    width: 240px;
    height: 240px;
    margin: auto;
    border-radius: 50%;
    animation: bounce 2s infinite ease-in-out;
    border: 4px solid rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}



@keyframes bounce {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

@keyframes mbmbzqq {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cpbk-h{
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    z-index: -100;
    
}
.tt {
    color: #ffffff;
    padding-bottom: 40px;
}

.tt1 {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 10px;
    text-align: center;
    text-shadow: 0 0 3px #000;
}

.tt2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0 0 3px #000;
}

.tt3 {
    font-size: 17px;
    text-align: center;
    text-shadow: 0 0 3px #000;
}

@media screen and (max-width: 600px) {
    #mbmbox {
        width: 200px;
        height: 200px;
    }

}