html {
  background-color: #ffffff;
}

body {
  padding-top: 10%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  overflow: hidden;
}

p {
  font-family: "Cinzel Decorative", cursive;
  font-size: 1.5em;
}

h1 {
  font-family: "Amiri", serif;
  font-size: 1em;
}

h2 {
  font-family: "Amiri", serif;
  font-size: 1.3em;
}

.buttons {
  display: inline-flex;
  align-items: flex-start;
}

footer {
  margin-top: 10%;
  font-family: "Amiri", serif;
  font-size: 1.3em;
  font-size: 1em;
}

.footer {
  border-top: 1px gainsboro !important;
}

a {
  color: grey;
  text-decoration: none;
}

a:hover {
  color: #303546;
}

#full-text {
  margin-left: 5%;
  margin-top: 10px;
  background-color: gainsboro;
  color: #303546;
  text-align: center;
  font-size: 16px;
  opacity: 0.8;
  transition: 0.3s;
  border: none;
  height: 50px;
  width: 120px;
  font-family: "Amiri", serif;
}

#new-quote {
  margin-top: 10px;
  background-color: #303546;
  border: none;
  color: white;
  text-align: center;
  opacity: 0.8;
  transition: 0.3s;
  height: 50px;
  width: 120px;
  font-family: "Amiri", serif;
}

#new-quote:hover {
  background-color: lightslategray;
  opacity: 1;
}

#full-text:hover {
  background-color: #ffffcc;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  body {
    padding: 5% !important;
  }

  p {
    font-size: 0.9em !important;
  }

  h2 {
    font-family: "Amiri", serif;
    font-size: 1.1em;
  }

  footer {
    display: in-line block;
  }
}
