body {width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: white;}

#header {background-color: #6E3667;
  color: white;
  font-family: 'Press Start 2P', cursive;
  font-size: 20px;
  text-align:center;
  padding: 20px;
  margin-bottom: 2%;}

#section {background-color: #1A0315;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 20px;}

#footer {background-color: #88D317;
  color: white;
  font-family: 'Press Start 2P', cursive;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-top: 2%;}
  
#text {animation-duration: 3s;
  animation-name: slidein;}

@keyframes slidein {from 
	{margin-left: 100%;
    width: 300%;}
    to {margin-left: 0%;
    width: 100%;}}
