@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url("https://fonts.googleapis.com/css?family=Anton");

body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,
    "Microsoft YaHei", "Source Sans Pro";
  margin: 0px;
  color: black;
  font-size: 100%;
  width: 100%;
  text-align: center;
}

a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:active {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}

h1 {
  border: solid 0px red;
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  margin: 0;
}

#button {
  background-color: white;
  color: black;
  border: solid 5px rgb(0, 0, 0);
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: middle;
  text-decoration: none;
  display: inline-block;
  font-size: 5em;
}

#button:hover {
  background-color: rgb(0, 0, 0);
  color: white;
  cursor: pointer;
}

h2 {
  text-align: center;
  width: 100%;
  border: solid 0px red;
  font-weight: 600;
  font-size: 10em;
  line-height: 1em;
  margin: 0;
}

@media (min-width: 375px) and (max-width: 667px) {
  h1 {
    font-size: 2em;
  }
  #button {
    font-size: 2em;
  }

  h2 {
    margin-top: 2%;
    font-size: 3em;
  }
}
