body {
    background-image: url(Ovningar/bilder/fat_chicken.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
.title1 {
    text-align: center;
    color: white;
}

.center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.div1{
  position: absolute;
  top: 100px;
  gap: 10px;
}
.div1 a{
  justify-content: center;
  position: center;
  display: flex;
  width: 150px;
  height: 20px;
  border: 3px solid black;
  border-spacing: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: gray;
  text-decoration: none;
  color: black;
  transition: transform 0.2s;
}
.div1 a:hover{
  background-color: blue;
  transform: scale(1.1);
}

.div2{
  position: absolute;
  top: 140px;
  gap: 10px;
}
.div2 a{
  justify-content: center;
  position: center;
  display: flex;
  width: 150px;
  height: 20px;
  border: 3px solid black;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: gray;
  text-decoration: none;
  color: black;
  top: 200px;
  transition: transform 0.2s;
}
.div2 a:hover{
  transform: scale(1.1);
  background-color: blue;
}
#gustav{
  text-align: center; 
  margin-top: 200px;
  font-size: 50px;
}
#gustav::first-letter{
  font-size: 100px;
  color: red;
  background-color: lightblue;
  text-align: center;
  margin-top: 200px;
}
#go_up{
  font-size: 0.5em;
  position: relative;
  bottom: 0.5em;
}
.scroll1{
  height: 100px;
  width: 120px;
  overflow: scroll;
  background-color: orange;
}

/* Bokstäverna under är för att stava Gustav 1 är då g och 6 är då v*/
#idLetterParent{
  position: absolute;
  top: 300px;
  left: 200px;
  font-size: 50px;
  color: black;
  transition: transform 0.3s;
}
#idLetterParent:hover{
  transform: scale(1.2);
}
#idLetter1{
  position: absolute;
  background-color: red;
}
#idLetter2{
  position: absolute;
  left: 0.7em;
  top: 0.2em;
  background-color: white;
}
#idLetter3{
  position: absolute;
  left: 1.2em;
  top: -0.2em;
  background-color: red;
}
#idLetter4{
  position: absolute;
  left: 1.5em;
  top: 0.2em;
  background-color: white;
}
#idLetter5{
  position: absolute;
  left: 1.8em;
  top: -0.2em;
  background-color: red;
}
#idLetter6{
  position: absolute;
  left: 2.3em;
  top: 0.2em;
  background-color: white;
}
