@import url("https://fonts.googleapis.com/css?family=Courgette");
body {
  background-color: grey;
  font-family: sans-serif;
}

.my-container {
  width: 500px;
  margin: 5% auto 10% auto;
  background-color: #dbd8ff;
}

.button {
  width: 90%;
  margin: 5%;
  padding: 10px 15px 55px 15px;
  color: white;
}
.button .button2 {
  float: right;
}
.button .button3 {
  float: left;
}

.title {
  text-align: center;
  margin: 5%;
  padding-top: 25px;
  font-family: courier new;
  font-size: 220%;
}

.quote {
  text-align: center;
  font-family: Courgette, Verdana;
  font-size: 25px;
  margin: 5% 10%;
}

.author {
  text-align: right;
  font-family: Verdana;
  font-size: 17px;
  margin: 5%;
}
