
h1 {
position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  margin: 0;
font-family: "Arial", serif;
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
/* The h1 is centered */
body {
  background-image: url("https://codecraftworks.dev/web/14Ub3MssL6sotUJCJ9Hx/assets/Untitled design.png");
  /* I generated all those pictures with AI */
 background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
}
h2 a {
  position: absolute;
  width: 100%;
  margin: 0;
font-family: "Arial", serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: white;
  top: 280px;
  left: 600px;
  text-decoration: none;
  color: white;
}
/* I thied fix the position, but I can't */
h3 a {
  position: absolute;
  width: 100%;
  margin: 0;
font-family: "Arial", serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: white;
  top: 280px;
  left: 850px;
  text-decoration: none;
  color: white;
}
h4 a {
  position: absolute;
  width: 100%;
  margin: 0;
font-family: "Arial", serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: white;
  top: 600px;
  left: 600px;
  text-decoration: none;
  color: white;
}
h5 a {
  position: absolute;
  width: 100%;
  top: 600px;
  left: 850px;
  margin: 0;
font-family: "Arial", serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  color: white;
}
h6 a {
  position: absolute;
  top:810px;
  width: 100%;
  text-align: center;
  margin: 0;
font-family: "Arial", serif;
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 3px;
}