head {
    favicon: href="https://files.catbox.moe/2e8nah.png";
}

body {
    background-image: url("../img/indexbackground.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

h1 {
  color: aquamarine;
  font-size: 70px;
  position: relative;
  left: 800px;
  width: fit-content;
}

.image-container {
  position: absolute;
  width: 1000px;
  margin: 0 auto;
}

.clickable {
  position: absolute;
  cursor: pointer;
    font-size: 30px;
}

.field-1 { top: 310px; left: 300px; width: fit-content; height: fit-content; color: #a51759 }
.field-2 { top: 400px; left: 650px; width: fit-content; height: fit-content; }
.field-3 { top: 600px; left: 630px; width: fit-content; height: 250px; }
.field-4 { top: 600px; left: 830px; width: fit-content; height: fit-content; }
.field-5 { top: 590px; left: 410px; width: fit-content; height: fit-content; }
.field-6 { top: 450px; left: 400px; width: fit-content; height: fit-content; }
.field-7 { top: 400px; left: 860px; width: fit-content; height: fit-content; }
