home,body{
  margin:0;
  text-align: center;
  background-color: rgb(25, 159, 255);
  /* background-color: #FFFF8A; */
  cursor: url("Images/pointer.png"), auto;
}
canvas{
  margin: 0;
  position: absolute;
  left: 0%; 
  top: 2%;
  border: 2px solid red;
}

#contain{
  margin: 10px auto;
  border: 10px solid;
  border-image:  linear-gradient(to right, #3070B6, #67923C)2;
  font-family: Arial, sans-serif;
}
#congrats{
  font-family: 'Brush Script MT', cursive;
  margin: 0;
}
#c1{
 padding-top: 30px;
 margin:0;
}
#c2{
  margin:0;
}
#title{
  margin: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: bold;
}
#t1{
  margin:0;
  color:#3070B6;
}
#t2{
  margin: 0;
  color:#67923C;
}
#c3{
  margin: 0;
  font-weight: bold;
  color:#3070B6;
}
#date{
  margin: 0;
}
.line{
  margin: 0 auto;
  border: 1px solid black;
}
#name{
 text-align: center;
 border:none;
}
#mascot{
  position: absolute;
}
.Bttns{
 top: 0;
 display: flex;
 width: 100%;
 margin: 0;
 position: fixed;
}
.bt{
  margin: 0 5px;
  width: 100%;
  max-height: 50px;
  text-decoration: none;
  color: white;
  border: 1px solid black;
  font-size: 30px;
}
.bt:hover{
   box-shadow: 0 0 10px #FFFF8A,0 0 40px #FFFF8A, 0 0 10px #FFFF8A;
}
#homeB{
  background:#3070B6;
}
#printB{
  background: #00D100;

}
#gameB{
  background: #FF2E2E;
}
#content{
  display: block;
  margin: 80px auto;
  text-align: center;
  height: 300px;
  padding-top: 50px;
}
.contact{
  font-size: 24pt;
}
footer{
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 5%;
  width: 90%;
  height: 100px;
}
