body {
    background-image: url(Övningar/bilder/fat_chicken.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
.title1 {
    text-align: center;
    color: white;
}
.link1 {
  background-color: black;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}