body {
  margin: 35px;
  background-image: url("day.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(244, 241, 232);
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

h1 {
  font-size: 80px;
  font-family: cursive;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 90px;
}

h2 {
  font-size: 17px;
  font-family: cursive;
  letter-spacing: 2px;
  text-align: center;
  padding: 40px;
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: rgb(255, 213, 62);
}

a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

p {
  text-align: left;
  font-size: 20px;
  border-top: 4px dotted rgb(0, 0, 0);
  border-bottom: 4px dotted rgb(0, 0, 0);
  padding: 40px;
  width: 94%;
  background-color: white;
}
.home img {
  border: 1px solid rgb(0, 0, 0);
  padding: 6px;
  background: rgb(255, 255, 255);
  box-shadow: 2px 2px 0 rgb(82, 90, 106);
}
