img {
  border-radius: 75px;
}
h2 {
  font-size: 18px;
}
body {
  background-color: #222222;
  font-family: "Inter", Lato, Verdana, sans serif;
  color: white;
  text-align: center;
}
a {
  background: white;
  font-size: 20px;
  border-radius: 10px;
  padding: 16px 10px;
  display: block;
  text-align: center;
  margin: 16px 15%;
  color: steelblue;
  text-decoration: none;
  font-weight: bold;
}
#l1 {
  background-color: aliceblue;
}
#l2 {
  background: seashell;
}
#l3 {
  background: floralwhite;
}
#l4 {
  background: lavenderblush;
}


/* Inter variable – normal */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;  /* entire weight range */
  font-style: normal;
  font-display: swap;
}

/* Inter variable – italic */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Variable-Italic.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}