<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0px;
    margin: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Press Start 2P', cursive;
}

.game{
    width: 750px;
    height: 200px;
    top: 50px;
    border: none;
    margin: auto;
    margin-top: 60px;
    overflow: hidden;
}

#character{
    width: 64px;
    height: 64px;
    position: relative;
    top: 95px;
    z-index: 1;
    left: 72px;
    animation: none;
}

@keyframes walk{
    0%{left: 72px;}
    100%{left: 882px;}
}

@keyframes jump{
    0%{top: 95px;}
    10%{top: 60px;}
    20%{top: 30px;}
    30%{top: 15px;}
    40%{top: 5px;}
    50%{top: 0px;}
    60%{top: 5px;}
    70%{top: 15px;}
    80%{top: 30px;}
    90%{top: 60px;}
    100%{top: 95px;}
}

.mine{
    position: absolute;
    left: 1050px;
    animation: mine 3.0s linear;
}

.mine_1{
    width: 40px;
    height: 60px;
}

.mine_2{
    width: 40px;
    height: 30px;
}

.mine_3{
    width: 60px;
    height: 40px;
}

.mine_4{
    width: 70px;
    height: 60px;
}

.bat{
    width: 40px;
    height: 40px;
}

.rat{
    width: 32px;
    height: 10px;
}

.balloon{
    width: 80px;
    height: 100px;
}

.paper{
    width: 40px;
    height: 40px;
}

.needle_small{
    width: 40px;
    height: 10px;
}

.needle_medium{
    width: 50px;
    height: 12px;
}

.needle_big{
    width: 72px;
    height: 32px;
}

.pronoun{
    width: 200px;
    height: 20px;
    text-align: center;
    color:  #191919;
    overflow: hidden;
}

.speech{
    width: 200px;
    height: 20px;
    position: relative;
    text-align: left;
    color:  #191919;
}

@keyframes mine{
    0%{left: 750px;}
    100%{left: -120px;}
}

@keyframes pronoun{
    0%{left: 675px;}
    100%{left: -195px;}
}


#mine_div
{
    width: 750px;
    height: 200px;
    bottom: 65px;
    overflow: hidden;
    position: relative;
}

#pronoun_div
{
    width: 750px;
    height: 200px;
    bottom: 265px;
    overflow: hidden;
    position: relative;
}

#start_screen{
    width: 750px;
    height: 200px;
    bottom: 464px;
    visibility: hidden;
    position: relative;
    z-index: 3;
}

#end_screen{
    width: 750px;
    height: 200px;
    top: 80px;
    visibility: hidden;
    position: relative;
    color: #191919;
    z-index: 3;
}

#foreground{
    background-color: #191919;
    width: 750px;
    height: 2px;
    position: relative;
    z-index: -1;
    bottom: 716px;
}

#score_text{
    width: 750px;
    height: 100px;
    position: relative;
    z-index: 2;
    bottom: 850px;
}

#score_p{
    text-align: right;
}

#level_text{
    width: 750px;
    height: 100px;
    position: relative;
    z-index: -1;
    bottom: 950px;
}

#level_p{
    text-align: left;
}

#explosion_div
{
    width: 750px;
    height: 200px;
    position: relative;
    bottom: 1050px;
    overflow: hidden;
}

#speech_div
{
    width: 750px;
    height: 200px;
    position: relative;
    bottom: 1272px;
    z-index: 3;
    left: 162px;
}

#speech_p
{
    text-align: left;
}

#speech_bubble
{
    width: 200px;
    height: 30px;
    position: relative;
    bottom: 1250px;
    left: 150px;
    z-index: 2;
    visibility: hidden;
}

#decorations_div
{
    width: 750px;
    height: 200px;
    position: relative;
    bottom: 1460px;
}

.explosion
{
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 11;
}

.smoke_small
{
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 11;
}

.smoke_medium
{
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 11;
}

.smoke_big
{
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 11;
}

#ready_screen
{
    width: 750px;
    height: 200px;
    position: relative;
    visibility: hidden;
    bottom: 1700px;
    z-index: 10;
    background-color: white;
}

#ready_text
{
    width: 750px;
    height: 100px;
    position: relative;
    z-index: 11; 
    bottom: 1750px;
}

#minigame
{
    width: 750px;
    height: 200px;
    position: relative;
    overflow: hidden;
    z-index: 11;
    bottom: 1965px;
}

#question_div
{
    width: 350px;
    height: 200px;
    word-wrap: break-word;
    position: relative;
    left: 25px;
}

#question_p
{
    text-align: left;
    color: white;
}

#question_small{
    cursor: hand;
}

#answer_one_div
{
    width: 325px;
    height: 80px;
    word-wrap: break-word;
    position: relative;
    bottom: 200px;
    left: 400px;
}

#answer_one_p
{
    text-align: left;
    color: white;
}

#answer_two_div
{
    width: 325px;
    height: 80px;
    word-wrap: break-word;
    position: relative;
    left: 400px;
    bottom: 250px;
}

#answer_two_p
{
    text-align: left;
    color: white;
}

#answer_three_div
{
    width: 325px;
    height: 80px;
    word-wrap: break-word;
    position: relative;
    left: 400px;
    bottom: 240px;
}

#answer_three_p
{
    text-align: left;
    color: white;
}

#minigame_screen
{
    width: 750px;
    height: 200px;
    position: relative;
    bottom: 2200px;
    visibility: hidden;
    z-index: 10;
}

#table_minigame
{
    width: 750px;
    height: 200px;
    position: relative;
    overflow: hidden;
    z-index: 11;
    bottom: 2395px;
}

#table_question_div
{
    width: 200px;
    height: 100px;
    word-wrap: break-word;
    position: relative;
    top: 125px;
    left: 25px;
}

#table_question_p
{
    text-align: left;
    color: #191919;
}

#table_question_small{
    cursor: hand;
}

#table_answer_one_div
{
    width: 325px;
    height: 80px;
    word-wrap: break-word;
    position: relative;
    top: 75px;
    left: 300px;
}

#table_answer_one_p
{
    text-align: left;
    color: #191919;
}

#table_answer_two_div
{
    width: 325px;
    height: 80px;
    word-wrap: break-word;
    position: relative;
    left: 400px;
    bottom: 5px;
}

#table_answer_two_p
{
    text-align: left;
    color: #191919;
}

#table_answer_three_div
{
    width: 200px;
    height: 80px;
    word-wrap: break-word;
    position: relative;
    left: 500px;
    bottom: 135px;
}

#table_answer_three_p
{
    text-align: left;
    color: #191919;
}

#table_pronoun_1_div
{
    width: 200px;
    height: 80px;
    word-wrap: break-word;
    position: relative;
    left: 205px;
    bottom: 195px;
}

#table_pronoun_1_p
{
    color: #191919;
}

#table_pronoun_2_div
{
    width: 200px;
    height: 80px;
    word-wrap: break-word;
    position: relative;
    left: 320px;
    bottom: 275px;
}

#table_pronoun_2_p
{
    color: #191919;
}

#white_man
{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 100px;
    left: 275px;
    z-index: 12;
    visibility: hidden;
}

#black_man
{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 100px;
    left: 375px;
    z-index: 12;
    visibility: hidden;
}

#hr_audit
{
    position: relative;
    bottom: 2690px;
    width: 206px;
    height: 184px;
    left: 750px;
    z-index: 13;
}

@keyframes hr
{
    0%{left: 750px;}
    10%{left: 534px;}
    30%{left: 334px;}
    40%{left: 344px;}
    60%{left: 534px;}
    90%{left: 534px;}
    95%{left: 244px;}
    100%{left: 750px;}
}

#camera
{
    position: relative;
    bottom: 2790px;
    width: 140px;
    height: 100px;
    right: 360px;
    z-index: 13;
}

@keyframes camera
{
    0%{right: 360px;}
    10%{right: 260px;}
    30%{right: 250px;}
    40%{right: 270px;}
    60%{right: 260px;}
    85%{right: 260px;}
    90%{right: 230px;}
    93%{right: 360px;}
    100%{right: 360px;}
}

#ending_score_div
{
    position: relative;
    bottom: 2700px;
    width: 750px;
    height: 100px;
    z-index: 13;
}

@keyframes fade_in_right
{
    0%{left: 750px;}
    100%{left: 0px;}
}

@keyframes fade_out_right
{
    0%{left: 0px;}
    100%{left: 750px;}
}

@keyframes fade_in_left
{
    0%{left: -750px;}
    100%{left: 0px;}
}

@keyframes fade_out_left
{
    0%{left: 0px;}
    100%{left: -750px;}
}

#backstory_div
{
    position: relative;
    bottom: 2960px;
    width: 750px;
    height: 200px;
    z-index: 12;
    visibility: hidden;
}

#youre_fired_man
{
    position: relative;
    bottom: 3160px;
    width: 64px;
    height: 64px;
    z-index: 15;
    left: 72px;
    visibility: hidden;
}

#youre_fired_text
{
    position: relative;
    bottom: 3170px;
    width: 500px;
    height: 150px;
    z-index: 13;
    right: 80px;
    visibility: hidden;
}

#youre_fired_balloon
{
    position: relative;
    bottom: 3330px;
    width: 80px;
    height: 100px;
    right: 250px;
    z-index: 14;
    visibility: hidden;
}

#youre_fired_tshirt_div 
{
    overflow: hidden;
    background-color: #191919;
    width: 420px;
    height: 150px;
    visibility: hidden;
    position: relative;
    bottom: 3725px;
    left: 62px;
    z-index: 14;
}

#youre_fired_tshirt_friend
{
    color: white;
    font-size: small;
    position: relative;
    text-align: left;
    width: 250px;
    height: 150px;
    top: 30px;
    left: 20px;
    word-wrap: break-word;
}

#youre_fired_tshirt_image
{
    position: absolute;
    top: 20px;
    left: 300px;
    width: 100px;
    height: 100px;
}

#youre_fired_tshirt_button
{
    position: absolute;
    top: 100px;
    left: 120px;
    width: 180px;
    height: 30px;
    background-color: white;
}

#youre_fired_tshirt_button:hover
{
    background-color: #191919;
}

#youre_fired_tshirt_link
{
    color: #191919;
    font-size: small;
    text-align: center;
    width: 180px;
    height: 30px;
    z-index: 15;
    bottom: -5px;
    left: 15px;
    text-decoration: none;
}


#youre_fired_tshirt_button:hover #youre_fired_tshirt_link
{
    color: white;
}

@keyframes youre_fired_balloon_fade_in
{
    0%{bottom: 3330px;}
    100%{bottom: 3250px;}
}

@keyframes bob
{
    0%{bottom: 3250px;}
    50%{bottom: 3245px;}
    100%{bottom: 3250px;}
}

@keyframes youre_fired_balloon_fade_out
{
    0%{bottom: 3250px;}
    100%{bottom: 3330px;}
}

@keyframes youre_fired_fade
{
    0%{right: 80px;}
    100%{right: 580px;}
}

@keyframes youre_fired_man_leave
{
    0%{ left: 72px;
        bottom: 3160px;}
    40%{ left: 280px;
        bottom: 3160px;}
    45%{ left: 306px;
        bottom: 3195px;}
    50%{ left: 332px;
        bottom: 3210px;}
    100%{ left: 332px;
        bottom: 3290px;}
}

@keyframes youre_fired_man_leave_second
{
    0%{ left: 332px;
        bottom: 3290px;}
    100%{ left: 332px;
        bottom: 3420px;}
}

@keyframes youre_fired_tshirt_fade
{
    0%{ bottom: 3875px;}
    100%{ bottom: 3725px;}
}

#ready_text_two
{
    position: relative;
    bottom: 3275px;
    width: 750px;
    height: 200px;
    z-index: 11;
}

#ready_text_three
{
    position: relative;
    bottom: 3425px;
    width: 750px;
    height: 200px;
    z-index: 11;
}


a{
    position: relative;
    height: 200px;
    width: 750px;
    bottom: 750px;
}

table, tr, th, td
{
    border:2px solid #191919;
    width: 75%;
    height: 50%;
    text-align: center;
}

table
{
    z-index: 11;
    position: relative;
    bottom: 2595px;
    left: 100px;
    visibility: hidden;
}

small{
    cursor: pointer;
}

p{
    text-align: center;
    color:  #191919;
}
</pre></body></html>