body {
  background-image: url('https://file.garden/aSfbYtqucTCqhFcq/Read%20Wallpaper.png');
  Margin: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #575757;
  background-size: cover;
  background-attachment: fixed;
  height: 100px;
  padding: 0;
  color: black;
  font-family: Verdana;
}

h1{
  font-family: "Special Elite", system-ui;
  text-align: center;
  color: black;
}

h2{
  color: black;
  font-family: "Special Elite", system-ui;
}

h3{
  color: black;
  font-family: "Special Elite", system-ui;
}

p{
  font-family: "Special Elite", system-ui;
  letter-spacing: 1px;
  color: black;
}

section{
  display: flex;
  display: block;
  position: static;
  background-color: white;
  padding: 50px;
  margin: 0 auto;
  width: 40%;
  border-style: solid;
  border-width: 3px;
  border-color: black;
}


footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 20px 0;
  color: white;
}

.footer {
  text-align: center;
  color: white;
}

@media (max-width: 600px) {
    section {
    width: 0%;
    margin: 10px auto;
    display: block;
  }
  
    h1 {
    font-size: 30px;
    padding: 0 10px;
  }

  p {
    font-size: 16px;
  }

  footer {
    padding: 15px;
    text-align: center;
  }
}