@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dancing+Script:wght@400..700&family=Nanum+Brush+Script&family=Pacifico&display=swap");

html,
body {
    user-select: none;

    color: rgba(255, 255, 255, 0.6);

    margin: 0;
    height: 100vh;
    width: 100%;

    font-size: 20px;
}

body {
    overflow-x: hidden;
}

#first {
    width: 100%;
}

#first .content {
    position: absolute;
    background-image: url(bg/2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    z-index: -99;
    display: flex;
    flex-direction: column;
}

body > div {
    height: 100vh;
}

@media (max-width: 768px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 10px;
    }
}

#trybest {
    margin-left: auto;
}

@media (min-width: 768px) {
    /* on pc */
    .push {
        height: 13%;
    }

    .show-mobile {
        display: none !important;
    }

    #me:hover {
        transform: scale(1.5);
        margin-left: auto !important;
        margin-right: auto;
    }

    #thisis {
        margin-left: 20%;
    }

    #trybest {
        margin-right: 20%;
    }
}

@media (max-width: 767px) {
    /* on mobile */
    .push {
        height: 20%;
    }

    #thisis {
        margin-left: 5%;
    }

    #trybest {
        margin-right: 5%;
    }
}

.caveat {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.dancing-script {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#me,
#helloworld {
    transition: 0.5s;
}

#me {
    display: inline-block;
}

.fadeOut {
    transition: 0.5s;
    opacity: 0;
}

#time {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    right: 0;
    font-size: 1.5rem;
}
