body,
html {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100dvh;
  font-family: "Font", sans-serif;
  font-size: 12px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

main {
  position: absolute;
  top: calc(50dvh - 1rem);
  left: 0;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}

@font-face {
  font-family: "Font";
  src: url("../font/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 750px) {
  header,
  main {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
