/*

DART 450, Winter 2018
Title of project
Author

Some description of the CSS styling

*/



#message{display: none;
cursor: pointer;
color: black;
font-family: 'Press Start 2P', cursive;
font-size: 28px;
margin: 540px 0 0 60px;
position: absolute;}



#message2{display: none;
cursor: pointer;
color: black;
font-family: 'Press Start 2P', cursive;
font-size: 24px;
margin:630px 0 0 60px;

position: absolute;}

#menu{display: none;}

button { background-color: #ff99cc;
border-radius: 4px;
padding: 10px 14px;
margin: 700px 0px 0 60px;
color: white;
font-family: 'VT323', monospace;
text-align: center;
font-weight: lighter;
font-size: 24px;
 border: none;
  text-decoration: none;
  cursor: pointer;


}

.question3 {color: white;
font-family: 'VT323', monospace;
font-size: 34px;
padding: 200px 0 0 60px;
position: absolute;}

button a { text-decoration: none;}

button:hover{ background-color: #f26b91;}

.character{
  position: absolute;
  left: 1000px;
  top: 15px;
  z-index: -1;


}

.character2{
  position: absolute;
  left: 1000px;
  top: 15px;
  z-index: -1;
  display: none;


}


.logo{  position: absolute;
  padding: 50px 0 0 60px;

}
