body{
  text-align: center;
  font-family: sans-serif;
  color: #360E07;
  background-color: #A0DABB;
  background-image: url("assets/bgpattern.png");
  background-repeat: repeat;
}

#gameDiv{
  display: inline-block;
}

#container{
  background-color: #A0DABB;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

canvas{
  margin: 0 auto;
}

h1{
font-family: sans-serif;
color: #FFFFFF;
font-size: 70px;
}

h2{
  font-size: 40px;
  border-bottom: 5px solid white;
  color: white;
}

h3{
  line-height: 10px;
  color: white;
}

.outline{
font-family: sans-serif;
color: #000000;
font-size: 70px;
margin-top: -123px;
margin-left: 5px;
}

#instructions{
  text-align: left;
  background-color: #B8595C;
  width: 400px;
  height: 700px;
      -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-7deg);
  margin: 0 auto;
  padding: 10px
}

img{
  position: absolute;
  left: -130px;
  top: 180px;
}
