body {
  margin: 0;
  background-image: url("bg.gif");
  background-size: contain;
}

.mouth {
  height: 50vh;
}

.srn {
  height: 60px;
  width: auto;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20%;
  margin-right: 20%;
}

.section {
  padding-bottom: 20px;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  font-family: "Alien Among Us";
  color: white;
  text-align: center;
  font-size: 2em;
}

.title p {
  font-size: 0.5em;
}

.title span {
  margin-top: 10px;
  font-size: 0.75em;
}

.container {
  text-align: center;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding: 30px;
  margin-top: 20px;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 50px;
}

.logo {
  height: 50px;
  margin-bottom: 15px;
}

@font-face {
  font-family: "Alien Among Us";
  src: url("Aliens\ Among\ Us.ttf") format("truetype");
}

@media only screen and (max-width: 600px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mouth {
    height: 30vh;
  }
}
