body {
  color: white;
  font-family: Garamond;
  background-image: url("https://goremagick.neocities.org/stone.avif");
  background-attachment: fixed;
  background-repeat: repeat;
  text-align: justify;
  margin-left: 150px;
  margin-right: 150px;
}

@media only screen and (max-width: 620px) {
  body {
    margin-left: 20px;
    margin-right: 20px;
  }
  .container1 > div {
  font-size: 12px;
  }
}

a:link, a:visited {
  color: white;
}

a:hover {
  color: red;
}

.container1 {
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 1;
  border: 5px solid black;
  background-image: url("https://goremagick.neocities.org/flesh.jpg");
  background-repeat: repeat;
  padding: 30px;
  column-gap: 10px;
  row-gap: 10px;
  position: relative;
  align-items: center;
  border-radius: 10px;
  margin: 50px 0px 50px 0px;
}
.container1 > div {
  border: 1px solid black;
  padding: 10px 10px 10px 10px;
  background-color: black;
  text-align: justify;
  color: white;
  border-radius: 10px;
}