body {
  margin: 0px;
}

.page-cover {
  height: 100vh;
  width: 100%;
  background-image: url("/assets/images/cover.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.quote {
  width: 50%;
  text-align: center;
  position: absolute;
  top: 0%;
  right: 0%;
  margin-top: 60px;
  margin-right: 60px;
}

.quote > p {
  color: white;
  font-size: x-large;
  font-weight: bold;
}
