.neon-text {
    margin-left: 180px;
    font-family: 'Arial', sans-serif;
    font-size: 4rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

.tp {
    margin-top: 30px;
    font-family: 'Arial', sans-serif;
    font-size: 4rem;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    border: solid 2px #8da1ff;
    padding: 10px;
    width: 600px;
    margin-left: 200px;
}

.threeD {
    color: darkgrey;
    white-space: nowrap;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    transition: 0.3s;
    text-shadow: 1px 1px 0 grey, 1px 2px 0 grey, 1px 3px 0 grey, 1px 4px 0 grey, 1px 5px 0 grey, 1px 6px 0 grey, 1px 7px 0 grey, 1px 8px 0 grey, 5px 13px 15px black;
}

.kt_1 {
    animation: kt_1 2s linear infinite;
    transition: 1s ease-out;
}

@keyframes kt_1 {
    to {
        rotate: 2turn
    }
}

.kt_1s {
    animation-play-state: paused;
    transform: rotate(720deg);
}

.try_1 {
    animation: try_1 2s linear infinite;
    transition: 1s ease-out;
}

@keyframes try_1 {
    to {
        rotate: 2turn
    }
}

.try_1s {
    animation-play-state: paused;
    transform: rotate(35deg);
}

.bt_1 {
    animation: bt_1 2s linear infinite;
    transition: 1s ease-out;
}

@keyframes bt_1 {
    to {
        rotate: 2turn
    }
}

.bt_1s {
    animation-play-state: paused;
    transform: rotate(80deg);
}

.kt_2 {
    animation: kt_2 2s linear infinite;
    transition: 1s ease-out;
}

@keyframes kt_2 {
    to {
        rotate: 2turn
    }
}

.kt_2s {
    animation-play-state: paused;
    transform: rotate(130deg);
}

.bt_2 {
    animation: bt_2 2s linear infinite;
    transition: 1s ease-out;
}

@keyframes bt_2 {
    to {
        rotate: 2turn
    }
}

.bt_2s {
    animation-play-state: paused;
    transform: rotate(183deg);
}

.try_2 {
    animation: try_2 2s linear infinite;
    transition: 1s ease-out;
}

@keyframes try_2 {
    to {
        rotate: 2turn
    }
}

.try_2s {
    animation-play-state: paused;
    transform: rotate(217deg);
}


.kt_3 {
    animation: kt_3 2s linear infinite;
    transition: 1s ease-out;
}

@keyframes kt_3 {
    to {
        rotate: 2turn
    }
}

.kt_3s {
    animation-play-state: paused;
    transform: rotate(263deg);
}

.bt_3 {
    animation: bt_3 2s linear infinite;
    transition: 1s ease-out;
}

@keyframes bt_3 {
    to {
        rotate: 2turn
    }
}

.bt_3s {
    animation-play-state: paused;
    transform: rotate(309deg);
}
