*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
  background-color: #2A5454;
  color: antiquewhite;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  text-align: center;
}

h1, h2 {
  font-family: "Barriecito", system-ui;
  font-weight: 400;
  font-style: normal;
}

h2 {
  text-decoration: underline;
}

a {
  outline: none;
  color: antiquewhite;
  text-decoration: none;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

a:hover,
a:focus {
  text-decoration: underline dotted;
}

.column {
  margin: auto;
  width: 800px;
}
