h1 {color:Black;}
h2 {color:Grey;}
h1 {
  text-align: center;
  font-size: 45px;
}
h2 {
  text-align: center;
  font-size: 25px
}
body {
  height: 200vh;
  background-image: url("https://wwd.com/wp-content/uploads/2024/08/Kendall-Jenner-FWRD-Fall-24-03.jpg?w=1000");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
h3 {
  text-align: center;
}
h3{
  border: 0.5px solid White;
  padding: 10px 20px;
  text-align: center;
}
h4 {color:White;
text-align: center;
}
