{
  margin: 0;
  padding: 0;
}

header{
  min-height: 78px;
}

html{
  height: 100%;
}

main{
  min-height: 100vh;
  background-color: aqua;
}

footer{
  min-height: 78[x;
  background-color: #62a5a1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

h1.logo{
  font-family 'Lobster', cursice;
  color: #FFFFFF;
  display: inline-block;
}

nav{
  display: inline-block;
  width: calc(100% - 384px);
}
nav ul{
  list-style: none;
}

Nav ul li a{
  text-decoration: none;
  font-family: sans-serif;

}
