#container {
  margin-top: 60%;
  border: 3px solid #0484da;
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 30px;
  border-radius: 10px;
  
  
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

#what{
    width: 500px;
    padding: 0;
    margin: 0 auto;
}

h1{
    font-size: 40px;
}

.inner {
  padding: 1.5em 1em;
}

body {
  font-size: 16px;
  text-align: center;
  margin: 0;
  background-image: url('/Images/background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#mascot {
  display: block;
  position: absolute;
  width: 400px;
}

