html,
body {
  font-family: serif;
  margin: 0;
  position: relative;
  min-height: 100vh;
  background-image: url('Klimakors.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 16px;
}

h1 {
  font-size: 4em;
  margin: 0;
}

h2 {
    margin: 0;
}

a {
  padding: 10px;
  background-color: #262626;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: 200ms;
  margin-right: 8px;
  display: inline-block;
  margin-top: 16px;
}

a:hover {
  background-color: #000000;
}

img {
  position: absolute;
  bottom: 0;
  left: 0;
}
