body {
    font-family: sans-serif;
  }

header {
    height: 450px;
    background: url(/static/img/gratisography-52H-free-stock-photo-resized3.webp) center center;
    background-size: cover;
  }

  .logo {
    height: 50px;
    width: 100px;
    float: left;
    margin: 10px 0 0 30px;
  }

  nav {
    float: right;
  }

  nav a {
    float: left;
    margin: 30px 20px 0 20px;
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    transition: color 0.3s ease;
  }

  nav a:hover {
    color: black;
  }

  h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: grey;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    clear: both;
    padding-top: 100px;
  }

  span {
    display: inline-block;
    padding: 0.2em 0.5em;
    border: grey solid 3px;
  }

  .kicker {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: red;
    line-height: 1;
  }

/* For screens smaller than 768px (typical mobile phones) */
@media (max-width: 768px) {
  nav a {
    margin: 30px 5px 0 5px; /* Adjust the margin between nav links */
  }
}

main li {
  margin: 40px 0; /* Add space above and below the list items */
}