@font-face {
    font-family: "Mochi Boom";
    src: url("fonts/Mochi Boom DEMO.ttf");
}

body {
    text-align: center;
    font-family: "Mochi Boom";
    user-select: none;
    color: rgb(90, 55, 70);
}

.background {
    background-color: rgb(251, 239, 228);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

.header
{
    font-size: 35px;
    margin-top: 50px;
}

.choices
{
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

#adventureQuestion
{
    display: flex;
}

.choice
{
    background-color: rgb(221, 66, 66);
    color: rgb(255, 227, 227);
    border: none;
    border-radius: 200px;
    width: 200px;
    height: 100px;
    font-size: 42px;
    cursor: pointer;
    font-family: "Mochi Boom";
    box-shadow: 0 5px 0 rgb(124, 37, 37);
}

.choice:active
{
    box-shadow: 0 2px 0 rgb(124, 37, 37);
    transform: translateY(3px);
}

#yesAdventureButton
{
    width: 300px;
    height: 100px;
}

#pusheenStompingGif
{
    width: 600px;
    position: fixed;
    bottom: -70px;
    z-index: -1;
}

#pusheenEatGif
{
    width: 300px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: -1;
}

#pusheenPaceGif
{
    width: 600px;
    position: fixed;
    bottom: -200px;
    z-index: -1;
}

#pusheenCozyGif
{
    width: 500px;
    position: fixed;
    bottom: 100px;
    z-index: -1;
}

#pusheenKeyboardGif
{
    width: 400px;
    position: fixed;
    bottom: -50px;
    left: 0px;
    z-index: -1;
}

#yesSureButton
{
    width: 325px;
    height: 150px;
}

#noSureButton
{
    width: 325px;
    height: 150px;
}

#whatsNextButton
{
    width: 350px;
    height: 70px;
}

#factHeader
{
    font-size: 42px;
}

#fact
{
    display: none;
    font-size: 42px;
    padding-left: 300px;
    padding-right: 300px;
    margin-top: 20px;
}

#revealFunFact
{
    width: 325px;
    height: 150px;
}

#shockedButton
{
    display: none;
    width: 150px;
    height: 150px;
}

.activityButton
{
    width: 500px;
    height: 70px;
    position: relative;
}

#surprise
{
    width: 300px;
    height: 300px;
    margin-top: 100px;
    font-size: 144px;
}

#smugFrieren
{
    width: 1200px;
    position: fixed;
    bottom: 0px;
    right: -150px;
    z-index: -1;
}

#lookAtMe
{
    font-size: 72px;
}