* {
  margin: 0;
  padding: 0;
  color: white;
}

#header {
  position: relative;
  background-image: url(../img/sea3.jpg);
  background-position: bottom;
background-repeat:no-repeat; 
  background-size: cover;

  width: 100%;
  height: 100svh;
}
#header .container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: no-wrap;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#header .container > h2 {
  font-size: 2.5rem;
}
#header .container > h2 a {
  text-decoration: none;
}
#header .creater {
  position: relative;
  background-image: url(../img/orimoto2.png);
  background-position: center;
  background-size: cover;
  width: 33vw;
  height: 33vw;
}

main {
  height: 200vh;
  background-color: black;
}/*# sourceMappingURL=style.css.map */
