/* Credits:
Cat Girl
https://hanime.club
*/

body{
    background-color: #1D1E21 !important;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center!important;
    overflow: hidden;
}

.luigi {
    margin: 0!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    -ms-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
}

.mario{
    font-size: 16px!important;
    background-color: #FF5857 !important;
    padding: 10px 20px!important;
    width: 160px!important;
}

.mario:hover{
    opacity: 80% !important;
}
h1{
    font-size: 60px;
}
@media (max-width: 992px) {
    .mario{
        background-color: #FF5857 !important;
        padding: 10px 5px!important;
        width: 60px!important;
        font-size: 13px!important;
    }
    h1{
        font-size: 30px;
    }
}

.mario-l{
    margin-left: 7px;
}
#particles canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#secksbox {
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.2);
    /* Black w/opacity/see-through */
    border: 3px solid;
}

.lgbt {
    text-align: center;
}
.lgbt_animated {
    background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: lgbt_animation 6s ease-in-out infinite;
    background-size: 400% 100%;
}

@keyframes lgbt_animation {
    0%,100% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }
}
