.topbox {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0px auto;
    margin-top: 78px;
    box-sizing: border-box;
    position: relative;
}

.topbox img {
    width: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}

.topbox:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    -webkit-animation: anima 2s linear infinite;
    animation: anima 2s linear infinite;
}

.topbox:after {
    content: "";
    display: block;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #fff;
}

@keyframes anima {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.lastlogo {
    background: #fff;
}

.lasttxt {
    padding-left: 10px;
}

.title {
    font-family: Baloo2;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    color: #000000;
}

.delti {
    padding-top: 5px;
    font-family: Baloo2;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #999999;
}

.topbutton {
    padding: 10px 15px;
    font-family: Baloo2;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 16px;
}

.name {
    font-family: Baloo2;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    padding-top: 48px;
}

.intro {
    padding: 20px 45px;
    font-family: Baloo2;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.footnbodiv {
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 40px;
}

.footnbotton {
    padding: 20px 15px;
    border-radius: 16px;
    text-align: center;
    font-family: Baloo2;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.75;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}