body {
  background-color: rgb(251, 248, 246);
}

#app {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list {
  margin-top: 100px;
  text-align: center;
}

.list a {
  text-decoration: dashed;
  color: black;
  font-size: 30px;
}
