@media only screen and (min-width : 320px) {
  #PageOne {
    background-size: cover;
  }
}


@font-face {
  font-family: "Pokemon";
  src: url("PokemonXandY.ttf");
}

html, body {
  margin: -10px;
  border: 0px;
  padding-top: 0px;
  background-color: #20590a;
  font-family: Pokemon;
}

.container {
  text-align: center;
}

p {
  position: relative;
  top: 30px;
  font-size: 3vw;
}

a {
  position: relative;
  top: 70px;
  text-decoration: none;
  font-size: 3vw;
  color: white;
}

#PageOne {
  background-image: url("images/background1.png");
  width: 100%;
  min-height: 800px;
  background-repeat: no repeat;
  background-size: cover;
  overflow: none;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  width: 50%;
}
