#game {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
}

#credits{
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    justify-content: center;
}

#body{ /* need to make my brother draw a background */
   background-color:cornflowerblue;
}

#instructionsButton{
    display: flex;
    justify-content: center;
    font-family: 'Courier New', Courier, monospace;
    margin: 20px;
    font-size: 20px;
    color:black;
    text-decoration: none;
    background-color:rgb(207, 143, 255);
    border-style: dashed;
    border-color:darkorchid;
    padding: 10px;
    border-width: 4px;
    border-radius: 500px;
}

#wooperPic{
    float: right;
    width: 180px;
    border-style:ridge;
    border-color:gold;
    border-width: 15px;
    background-color:navy;
    margin: 30px;
}

#woopIntro{
    display: flex;
    justify-content: left;
    align-items: center;
    font-family:'Courier New', Courier, monospace;
    color:darkblue;
    font-size: 32px;
}

#quagsirePic{
    position: relative;
    /* transition: right ease-in-out 0.5s; */
    width: 840px;
    display:flex;
    flex-shrink: 5;
    float: right;
}

#quagsirePic2{
    position: relative;
    /* transition: left ease-in-out 0.5s; */
    width: 840px;
    flex-shrink: 5;
    float: left;
}
#woopBall{
    width: 140px;
    border-color: rgb(38, 212, 172);
    border-style: dashed;
    margin-top: 80px;
    margin-left: 20px;
    background-color:rgb(141, 231, 151);
    padding: 20px;
    border-radius: 500px;
    border-width: 4px;
}
#woopDescription{
    display: flex;
    font-family:'Courier New', Courier, monospace;
    color: darkblue;
    font-size: 16px;
    font-weight:bold;
    margin: 30px;
    line-height: 2;
}

#howToPlay, #comingSoon{
    font-family:'Courier New', Courier, monospace;
    display: flex;
    justify-content: flex-start;
    margin-top: 200px;
    margin-bottom: 50px;
}

#comingSoon{
    display:flex;
    justify-content: flex-start;
}

#woopInstructions, #comingSoonList{
    font-family: 'Courier New', Courier, monospace;
    line-height: 2; 
    color:darkblue;
    font-size: 16px;
    font-weight:bold;
}
