html {
  background: url(../images/liebe.jpg) no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-color: #a2a4ab;
}


body {
  color: #FFF;
  font-family: 'Work Sans', sans-serif;
}

.container {
  max-width: 800px;
}

.nav {
  margin-top: 5rem;
}

.nav-item a {
  color: #797979;
  text-decoration: none;
}

.nav-item a:hover {
  cursor: pointer;
  color: #4d4a4a;
  border: none;
}

.hero {
  height: 44vw;
}

.hero div {
  margin-bottom: 5rem;
}

.hero div h1 {
  font-family: 'Work Sans', sans-serif;
}

p {
  background: #f5f5f5;
  color: #363636;
  border-radius: 25px;

}

.content span {
  padding: 2rem;
  font-size: 2em;
}

footer {
	position: absolute;
	margin: 5rem;
}
