body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 750;
}

.main {
  height: 840px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 2em;
  color: silver;
  background: url(https://images.unsplash.com/uploads/14116941824817ba1f28e/78c8dff1?ixlib=rb-0.3.5&q=80&fm=jpg&s=1c0460c049c18ea66de441e47a4c64b4);
  background-size: cover;
}

h1 {
  font-size: 3em;
  text-shadow: 4px 6px 6px #000;
}

h3 {
  color: silver;
  text-shadow: 4px 4px 4px #000;
}

p {
  font-style: italic;
}

.button {
  font-family: Ubuntu, sans-serif;
  height: 50px;
  width: 150px;
  margin: 20px auto;
  color: rgba(0, 0, 0, 3.5);
  background-color: rgba(115, 210, 160, .3);
  text-align: center;
  font-size: 20px;
  border-radius: 15px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, .9);
  outline: none;
}

.quote {
  width: 500px;
  height: 200px;
  text-align: center;
  background-color: rgba(115, 210, 160, .3);
  border-radius: 15px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, .9);
  color: rgba(0, 0, 0, 3.5);
  border-top-color: silver;
  border-right-color: silver;
  border-bottom-color: silver;
  border-left-color: silver;
  margin: 20px auto;
}

.author {
  font-style: italic;
}