body {
  position: relative;
  background: #def;
  color: #d70;
  font-family: Calibri;
  margin: 0;
  padding: 0;
}

header {
  height: 15vh;
  background: #123;
  margin-top: 0;
  padding-top: 0;
  padding: 0;
}

main {
  height: 75vh;
}

footer {
  position: sticky;
  height: 7.5vh;
  background: #123;
  margin-bottom: 0;
  padding-bottom: 0;
}

a {
  color: #d70;
  text-decoration: none;
  font-weight: bold;
  font-size: 3vh;
  padding: 15px;
}

ul {
  position: absolute;
  top: 8vh;
  left: 20vh;
}
li {
  list-style-type: none;
  display: inline;
}


#login {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}

nav {

}

img {
  position: absolute;
  top: 2vh;
  left: 2vh;
  width: 18vh;
  height: auto;
}

#title {
  position: absolute;
  top: -10px;
  left: 20vh;
  padding: 0px;
  font-size: 40px;
}
