@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
}

#box {
  display: flex;
  height: 100vh;
  align-items: center;
  background-color: #f8f8f8;
  font-family: sans-serif;
  color: #AABA56;
}

#box1 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

#box1 h1 {
  font-size: 10vh;
  margin-bottom: 1rem;
}

#box1 h2 {
  font-size: 5vh;
  margin-bottom: 5rem;
}

#box1 p {
  font-size: 3vh;
  margin-bottom: 5rem;
}

#box1 span {
  font-size: 3vh
}

#box1 a {
  color: #AABA56;
  text-decoration: none;
}

/*

#box img {
  width: 10vh;
  height: 10vh;
}


*/
