body {
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(165deg, #cbf877, #576b33, #193415);
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

#wrapper {
  height: 100%;
}

a, a:visited {
  color: #fff;
  transition: .3s;
  text-decoration: none;
  font-size: 1.25rem;
}

a:active,
a:hover {
  color: #000;
  text-shadow: none;
  text-decoration: none;
}

p {
  padding: 0 100px;
}
