body{
  margin: 0;
  /* background-color: #a0bf90*/
}

header{
  position: relative;
  background-image: url("../design/img/header.jpg");
  background-size: cover;
  background-position: center;
  height: 40vh;
  text-align: center;
}

header nav{
  position: sticky;
  height: 10vh;
  width: 100%;
  background-color: white;
}

#nav-right #button-profile{
  /* background-image: url("../design/icons/profile.png"); */
  width: auto;
  height: auto;
}

main{
  height: 2000px;
}

footer{
  height: 50vh;
  width: 100%;
  background-color: #85ad71;
}
