/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a,
p {
  color: #fff;
  text-decoration: none;
}
li {
  list-style-type: none;
}
html {
  background: #000;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: brandon-grotesque,source-han-sans-japanese,sans-serif;
}
h1 {
  color: #fff;
  font-size: 10vw;
  line-height: 1;
  text-align: center;
}
ul {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
}
