body {
    background-color:rgb(2, 2, 103);
    margin: 10em;
    text-align: center;
    color: white;
}

h1 {
    margin:0.5em;
}

#bild {
    margin:1em;
}
img {
    border-style: solid;
    border-radius: 5px;
    margin-bottom: 80px;
}

button {
    margin-top: 20px;
    background-color: orangered;
    border-radius: 10px;
    padding: 0.3em;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  font-size: 100%;
  text-align: center;
}