body {
  min-height: 103vh;
}
nav {
}

nav > a {
  float: left;
}

div#horizontal_meny {
  overflow: auto;
  white-space: nowrap;
}

nav div#horizontal_meny a {
  display: inline-block;
  text-align: center;
  margin: 15px;
  margin-top: 0px;
  text-decoration: none;
}

img#logo {
  max-width: 100px;
  max-height: 100px;
  margin-top: -5px;
  margin-left: -3px;
  margin-right: 8px;
}
article h1 {
  text-align: center;
}
aside {
  width: auto;
  background-color: floralwhite;
  float: left;
  max-width: 400px;
  border: 1px solid black;
  padding: 8px;
  padding-left: 8px;
  margin: 8px;
  border-radius: 8px;
  padding-left: 0;
}
aside section > i {
  margin-left: 10px;
}
footer {
  position: sticky;
  top: 100vh;
  text-align: center;
}
