html {
  font-size: 62.5%;
}

.wrapper-home {
  top: 10%;
  left: 10%;
  right: 10%;
  position: absolute;
}

h1 {
  font-family: "Courier New";
  font-weight: 600;
  font-size: 3.8rem;
  color: #4c4c4b;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 80px;
}

a {
  outline: none;
  text-decoration: none;
  color: #4c4c4b;
  transition: color 0.3s ease;
  display: inline-block;
  opacity: 1;
}

a:hover {
  color: orange;
  opacity: 0.8;
}

.quote-container {
  margin-bottom: 40px;
}

.quotation-text {
  color: dimgray;
  font-size: 2rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.quotes {
  font-size: 6rem;
  color: grey;
  font-weight: 600;
}

.quotation-author {
  color: dimgray;
  font-size: 2rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-style: italic;
  font-weight: 200;
}
