.easter_egg {
    display: flex;
    justify-content: center;
    gap: 3%;
    width: 100%;
    padding-bottom: 10%;
}

.easter_egg_title {
    display: flex;
    justify-content: center;
    padding-bottom: 7%;
}

.easter_egg_title h1 {
    transition: opacity 0.1s, filter 0.1s;
}


.easter_pic {
    width: 35%;
}

.easter_pic img {
    border: 4px solid #969696;
    border-radius: 12px;
    width: 100%;
}

.egg_one_font {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.egg_one_font h2 {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif
}

.egg_one_font p {
    width: 80%;
}

span {
    color: #FFEA00;
}

/*2*/
.its_me {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.its_me_title {
    padding-bottom: 1%;
}

.its_me_title h2 {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif
}

.its_me_pic {
    width: 50%;
}

.its_me_pic img {
    border: 4px solid #969696;
    border-radius: 12px;
    width: 100%;
}

.its_me_font p {
    width: 100%;
    padding-top: 5%;
}

/*3*/
.employee {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12%;
}

.employee_pic {
    width: 35%;
}

.employee_pic img {
    border: 4px solid #969696;
    border-radius: 12px;
    width: 100%;
}

.employee_font {
    padding-left: 2%;
    width: 40%;
}

.employee_font h2 {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif
}

/*4*/
.character {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12%;

}

.character_pic {
    width: 35%;
}

.character_pic img {
    border: 4px solid #969696;
    border-radius: 12px;
    width: 100%;
}

.character_font {
    padding-right: 2%;
    width: 40%;
}

.character_font h2 {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif
}

/*5*/

.foxy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12%;
}

.foxy_pic {
    width: 30%;
}

.foxy_pic img {
    border: 4px solid #969696;
    border-radius: 12px;
    width: 100%;
}

.foxy_font {
    padding-left: 2%;
    width: 45%;
}

.foxy_font h2 {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif
}

.foxy_font a {
    color: #FFEA00;
    text-decoration: none;
    cursor: pointer;
}

.ui-tooltip {
    max-width: 300px;
    padding: 5px;
    border: 2px solid #FF8AFD;
    border-radius: 12px;
    background: #FF8AFD;
}

.tooltip-image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.tooltip-caption {
    margin-top: 5px;
    font-size: 15px;
    color: #4b4b4b;
    text-align: center;
}

/*game easter egg*/

.game_easter_egg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game_title {
    padding-top: 12%;
}

.game_title h1 {
    transition: opacity 0.1s, filter 0.1s;
}

.game_lowtitle {
    padding: 2%;
}

.game_lowtitle h2 {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif
}

.game_pic {
    width: 80%;
}

.game_pic img {
    width: 100%;
}

.game_font {
    width: 80%;
}

/*7*/
.gold {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12%;

}

.gold_pic {
    width: 40%;
}

.gold_pic img {
    border: 4px solid #969696;
    border-radius: 12px;
    width: 100%;
}

.gold_font {
    padding-left: 2%;
    width: 40%;
}

.gold_font h2 {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif
}

/*8*/

.phantom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12%;
    padding-bottom: 5%;
}

.phantom_images {
    display: flex;
    width: 45%;
}

.phantom_pic {
    width: 45%;
    padding: 1%;
}

.phantom_pic img {
    border: 4px solid #969696;
    border-radius: 12px;
    width: 100%;
}

.phantom_font {
    padding-left: 2%;
    width: 35%;
}

.phantom_font h2 {
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 8px #FF8AFD, 0 0 2px;
    font-family: 'Pixelify Sans', sans-serif
}

.footer {
    margin: 0;
}

@media screen and (max-width: 1078px) {

    .its_me_font {
        display: flex;
        justify-content: center;
    }

    .its_me_font p {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .easter_egg {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-bottom: 12%;
    }

    .easter_pic {
        width: 55%;
    }

    .egg_one_font {
        align-items: center;
        width: 90%;
    }

    .egg_one_font h2 {
        padding: 20px;
    }

    .egg_one_font p {
        width: 80%;
        margin: 0;
    }

    /*2*/
    .its_me_title {
        padding-bottom: 2%;
    }

    .its_me_pic {
        width: 60%;
    }

    .its_me_font {
        width: 90%;
        padding-top: 1%;
    }

    .its_me_font p {
        width: 80%;
    }

    /*3*/
    .employee {
        flex-direction: column;
        padding-top: 12%;
    }

    .employee_pic {
        width: 60%;
    }

    .employee_font {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        padding-left: 0;
    }

    .employee_font p {
        width: 80%;
    }

    .employee_font h2 {
        padding: 20px;
    }

    /*4*/
    .character {
        flex-direction: column;
        padding-top: 12%;

    }

    .character_pic {
        width: 55%;
    }


    .character_font {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        padding-right: 0;
    }

    .character_font p {
        width: 80%;
    }

    .character_font h2 {
        padding: 20px;
    }


    /*5*/
    .foxy {
        flex-direction: column;
        padding-top: 12%;
    }

    .foxy_pic {
        width: 35%;
    }

    .foxy_font {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        padding-left: 0;
    }

    .foxy_font p {
        width: 80%;
    }

    .foxy_font h2 {
        padding: 20px;
    }


    /*game*/

    .game_easter_egg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .game_title {
        padding-top: 12%;
    }

    .game_title h1 {
        transition: opacity 0.1s, filter 0.1s;
    }

    .game_lowtitle {
        padding: 2%;
    }

    .game_pic {
        width: 80%;
    }

    .game_pic img {
        width: 100%;
    }

    .game_font {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }


    /*2*/
    .gold {
        display: flex;
        flex-direction: column;
        padding-top: 12%;
    }

    .gold_pic {
        width: 50%;
    }


    .gold_font {
        padding-left: 0;
        width: 80%;
    }

    .gold_font h2 {
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    /*3*/
    .phantom {
        display: flex;
        flex-direction: column;
        padding-top: 12%;
        padding-bottom: 5%;
    }

    .phantom_images {
        width: 50%;

    }

    .phantom_pic {
        width: 48%;
        padding: 3%;
    }


    .phantom_font {
        padding-left: 0;
        width: 80%;
    }

    .phantom_font h2 {
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    .phantom_font p {
        width: 100%;
    }
}

/*
@media screen and (max-width: 545px) {

    .easter_egg_title h1,
    .game_title h1 {
        font-size: 35px;
    }

    .egg_one_font h2,
    .its_me_title h2,
    .employee_font h2,
    .character_font h2,
    .foxy_font h2,
    .game_lowtitle h2,
    .gold_font h2,
    .phantom_font h2 {
        font-size: 25px;
    }

}
*/

@media screen and (max-width: 414px) {
    .easter_egg {
        padding-bottom: 10%;
    }

    .easter_pic {
        width: 65%;
    }

    .egg_one_font {
        width: 80%;
    }

    .easter_egg_title {
        padding-bottom: 4%;
    }

    .easter_egg_title h1 {
        padding-top: 12%;
    }

    .egg_one_font h2 {
        padding: 7px;
    }

    .egg_one_font p {
        width: 95%;
    }

    /*2*/
    .its_me_pic {
        width: 65%;
    }

    .its_me_font {
        width: 80%;
        padding-top: 0;
    }

    .its_me_font p {
        padding-top: 0;
        width: 95%;
    }

    /*3*/
    .employee {
        padding-top: 12%;
    }

    .employee_pic {
        width: 65%;
    }

    .employee_font {
        width: 80%;
    }

    .employee_font p {
        width: 95%;
    }

    .employee_font h2 {
        padding: 10px;
    }

    /*4*/
    .character {
        flex-direction: column;
        padding-top: 8%;
    }

    .character_pic {
        width: 65%;
    }


    .character_font {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        padding-right: 0;
    }

    .character_font p {
        width: 95%;
    }

    .character_font h2 {
        padding: 5px;
    }


    /*5*/
    .foxy {
        padding-top: 12%;
    }

    .foxy_pic {
        width: 55%;
    }

    .foxy_font {
        width: 80%;
    }

    .foxy_font p {
        width: 95%;
    }

    .foxy_font h2 {
        padding: 10px;
    }


    /*game*/
    .gold {
        display: flex;
        flex-direction: column;
        padding-top: 12%;

    }

    .gold_pic {
        padding-top: 20px;
        width: 50%;
    }


    .gold_font {
        width: 80%;
    }

    .gold_font h2 {
        padding: 10px;
    }

    .gold_font p {
        margin: 0;
    }

    /*2*/
    .phantom {
        padding-top: 15%;
    }

    .phantom_font {
        padding-left: 0;
        width: 80%;
    }

    .phantom_font h2 {
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    .phantom_font p {
        width: 95%;
    }

}