p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  color: white;
  font-size: 1.2rem
}

.squid {
  margin-top: 130px;
  text-align: center;
  }
  
.squidcap {
  margin-top: -5px;
  margin-bottom: -50px;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  text-align: center;
  color: white;
  font-size: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.squidinprog {
  margin-top: 80px;
  margin-bottom: -120px;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  text-align: center;
  color: white;
  font-size: 1.8rem
  }

.squidend {
  margin-top: 110px;
  margin-bottom: 30px;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  text-align: center;
  color: white;
  font-size: 1rem
  }

.squidbody {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: -30px;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  color: white;
  font-size: 2rem
}

.squidbuttons {
  text-align: center;
  margin-top: -20px;
  margin-bottom: -80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.checkitout {
  margin-top: 80px;
  margin-bottom: -80px;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  text-align: center;
  color: white;
  font-size: 2.4rem
  }

.footer { 
  position: absolute;
  left: 0; 
  z-index: 10;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  text-align: center;
  color: white;
  font-size: 1rem;
}

body {
  background-image: url(images/background-tile.gif);
}

.fade-in {
  animation: fadeIn infinite alternate ease 3s;
  -webkit-animation: fadeIn infinite alternate ease 3s;
  -moz-animation: fadeIn infinite alternate ease 3s;
  -o-animation: fadeIn infinite alternate ease 3s;
  -ms-animation: fadeIn infinite alternate ease 3s;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  margin-top: 100px;
  font-size: 15rem;
  margin: -20px
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

table {
  border: 10px;
  border-color: white;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  color: white;
  font-size: 1.4rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mat {
  margin-top: 90px;
  margin-bottom: -40px;
  width: 50%
}

.data {
  margin-top: 60px;
  margin-bottom: -40px;
  width: 70%;
  border-collapse: separate;
  border-spacing: 50px 15px;
}