hr {
  border: none; /* remove default border */
  height: 2px; /* thickness */
  background-color: #333; /* color */
  margin: 20px 0; /* top and bottom gap */
}

h1 {
  text-align: center;
  margin-top: 1rem;
}

ul {
  padding-left: 1.5rem;
  margin-left: 0;
  list-style-position: outside;
}

.container {
  padding: 0 clamp(30px, 6vw, 70px);
  font-size: clamp(14px, 0.5rem + 1.5vw, 1rem);
}
