body {
  background: url('./../backgrounds/green.jpg') no-repeat center center fixed;
  background-size: cover;
  max-width: 1200px;
  padding: 3rem;
  margin: auto;
  font-size: 20px;
}

h1 {
  margin : 0;
  text-align: center;
  background-color: rgb(255 255 255 / .75);
  border-radius: 2rem;
  padding: 2rem;
  margin-block-end: 2rem;
  color: #063c14;
}

section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

a,
section span {
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem;
  border: 3px solid;
  color: #bbb;
  text-align: center;
}

a[href] {
  color: #063c14;
  text-decoration: none;
}

a[href]:hover,
a[href]:focus {
  background-color: #063c14;
  color: #fff;
}

small {
  display: block;
  margin-block-start: 0.75rem;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

hr {
  margin-block: 3rem;
}

video {
  display: block;
  max-inline-size: 1200px;
  margin: auto;
  box-shadow: 5px 5px 10px rgb(255 255 255 / .35);
}