html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 1rem;
  font-family: sans-serif;
  line-height: 1.5;
  background-image: url("https://cdn.glitch.global/68cace6e-621f-4fd4-ad1b-ed7fea63ce8f/gryffyn-m-YJLA0HlGyD4-unsplash.jpg?v=1693293830677");
  padding: 0rem;
  background-size: cover;
  background-position: 50%;
}

h1 {
  font-size: 4em;
  font-family: "Times New Roman", Times, serif;
  color: #1d2623;
  background-color: #ffffff;
  padding: 3rem;
  margin: 1rem 30rem 1rem 30rem;
}
@media screen and (max-width: 13cm) {
  h1 {
    margin: 0rem 0rem 1rem 0rem;
  }
}
h2 {
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  color: #1d2623;
  padding: 0rem;
}
p {
  font-size: 1.5em;
  font-family: "Times New Roman", Times, serif;
  color: #1d2623;
}
@media screen and (max-width: 13cm) {
  p{
    font-size: 1.2rem;
  }
}
a {
  font-size: 1.5rem;
  font-family: "Times New Roman", Times, serif;
  color: #1d2623;
  text-decoration: underline;
}
@media screen and (max-width: 13cm) {
  a{
    font-size: 1.2rem;
  }
}
.column {
  width: 49%;
  background-color: #8ad4ba;
  padding: 1em;
}

@media screen and (max-width: 13cm) {
  .column {
    width: 100%;
    margin: 0rem 0rem 1rem 0rem;
  }
}

.alltext {
  column-gap: 1rem;
}

img,
video {
  height: auto;
  max-width: 100%;
}
