body {
  font-family: sans-serif;
  font-size: calc(10px + 1vmin);
}

ul {
  /* list-style: none; */
}

a {
  text-decoration: none;
  color: #358;
}

.container {
  width: 80%;
  margin: auto;
  padding: 1rem;
  box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.2);
}
