
/* website body stuff*/
@keyframes tails{
  from{ left:-400px; }
  to{ left:calc(100% + 200px); }
}
#tails{
  position: fixed;
  left: -400px;
  top: 50px;
  width: 90px;
  animation: tails 6s infinite linear;
  pointer-events: none;
}

#amy{
  width: 100px;
  position: relative;
  rotate:-20deg;
  bottom: 1100px;
  right: 250px;
}
#rouge{
  width: 100px;
  position: relative;
  rotate:10deg;
  bottom: 850px;
  left: 450px;
}
#sernic{
  width: 90px;
  position: relative;
  rotate:-10deg;
  bottom: 400px;
  right: 460px;
}
#chao{
  width: 90px;
  position: relative;
  bottom: 1530px;
  right: 500px;

}
#gamesystem{
  width: 12%;
  position: relative;
  bottom: 320px;
  left: 190px;
  rotate: 10deg;

}

body{
    background-image: url(images/backgrounds/chao.jpg);

}

div {
  box-sizing: border-box;
}


/*header stuff*/

.title {
  box-sizing: border-box;
    width: 800px;
    background-image: url(images/backgrounds/bluestars.gif);
    text-shadow: 3px 3px black;
    color: aliceblue;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
}

#intro{
  box-sizing: border-box;
  padding: 0px 10px;
  line-height: 10px;
  color: white;
  text-shadow: -2px 0 #2620d0, 0 2px #2620d0, 2px 0 #2620d0, 0 -2px #2620d0;
  width: 800px;
  font-family: 'Pixelify Sans',sans-serif;
  margin: auto;
  background-image: linear-gradient(to bottom, #c6f4ff 1%, #5d9fde 49%, #405cda 51%, #85ccff 100%);



}

#buttons {
    
    margin: auto;
    width: 800px;
    margin-top: 10px;
    

}

/*body*/

.bawdy{
  width: 800px;
  margin: auto;

}
.bodybox {
  font-family: sans-serif;
  box-sizing: border-box;
  margin: 15px;
  display: inline-table;
  background-color: white;
  padding: 10px;
  border: solid royalblue 1px;
  font-size: 14px;
}
.boxtitle{
  text-align: left;
  font-family: 'Pixelify Sans';
  font-size: medium;
  border: solid 1px royalblue;
  color: antiquewhite;
  text-shadow: -2px 0 #2620d0, 0 2px #2620d0, 2px 0 #2620d0, 0 -2px #2620d0;
background-image: linear-gradient(to bottom, #c6f4ff 1%, #5d9fde 49%, #405cda 51%, #85ccff 100%);
  padding: 10px; 
}

.games{
  width:100px;
}


