@charset "utf-8";

html {
  font-size: 200%;
}

body {
  font-size: 1.6rem;
  padding-top: 7rem;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.4rem;
}

* {
  list-style: none;
}
