body {
  background-color: #f0e8df;
  text-align: center;
}

#back-button {
  text-align: left;
}

#navigation {
  position: sticky;
  background-color: #f0e8df;
  height: 70px;
  display: flex;
  border-bottom: 3px solid #5e5d5c;
  cursor: default;
}

.nav-button {
  padding: 25px 0;
  width: 175px;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'Raleway';
  color: #ab6060;
}

#home-wrapper {
  flex: 1;
  text-align: left;
  padding-left: 20px;
}

#home-button {
  width: 100px;
  font-size: 35px;
  padding: 15px 0;
  padding-left: 20px;
  color: #ab6060;
}

#other-pages-wrapper {
  display: flex;
  justify-content: right;
}

a {
  text-decoration: none;
}

.title-wrapper {
  font-family: 'Raleway';
  font-size: 25px;
}

.list-wrapper {
  display: flex;
  text-align: center;
  border: 2px solid black;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 25px;
  background-color: white;
}

.items-wrapper {
  flex: 1;
  font-family: 'Merriweather';
  font-size: 18px;
}

.items {
  list-style-type: none;
}

.items li {
  padding-bottom: 20px;
}

.urls-wrapper {
  flex: 1;
  font-family: 'Merriweather';
  font-size: 18px;
}

.urls {
  list-style-type: none;
}

.urls li {
  padding-bottom: 20px;
}

