#container {
  width: 45%;
  height: 1300px;
  border: 10pt;
  border-style: solid;
  border-color: #f2ac57;
  border-radius: 50px;
  margin: auto;
  text-align: center;
  font-family: "Nerko One", cursive;
  background-color: white;
  font-size: 20px;
}
img {
  width: 50%;
}

body {
  background-image: url("images/background.png");
  background-color: #cccccc;
}
h1 {
  font-size: 60px;
  margin-top: 15px;
}
p {
  margin-left: 5%;
  margin-right: 5%;
}

footer {
  position: absolute;
  bottom: 5%;
  width: 99%;
  height: 2.5rem;
  text-align: center;
  color: white;
  text-align: center;
  position: bottom;
  top: 90%;
  font-family: caraque-solid, sans-serif;
}




@media (max-width: 500px) {
  #container {
    width: 80%;
    height: 1050px;
    border: 10pt;
    border-style: solid;
    border-color: #f2ac57;
    border-radius: 50px;

    text-align: center;
    font-family: "Nerko One", cursive;
    background-color: white;
    font-size: 20px;
  }
  img {
    width: 50%;
  }

  body {
    background-image: url("images/background.png");
    background-color: #cccccc;
  }
  h1 {
    font-size: 60px;
  }
  p {
    margin-left: 5%;
    margin-right: 5%;
  }
  h2 {
    margin-left: 5%;
    margin-right: 5%;
  }
}

#credits {
  width: 45%;
  height: 150px;
  border: 10pt;
  border-style: solid;
  border-color: #f2ac57;
  border-radius: 50px;
  margin: auto;
  text-align: center;
  font-family: "Nerko One", cursive;
  background-color: white;
  font-size: 20px;
  margin-top: 2%;
}
@media (max-width: 500px) {
  #credits {
    width: 80%;
    height: 150px;
    border: 10pt;
    border-style: solid;
    border-color: #f2ac57;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    font-family: "Nerko One", cursive;
    background-color: white;
    font-size: 20px;
    margin-top: 2%;
  }
}


