h1 {
  color: #7d3c98;
  text-align: center;
  font-family: Homemade-Apple;
  font-size: 200%;
  font-style: normal;
  font-weight:400;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  letter-spacing: auto;
}

h2 {
  color: #40413e;
  text-align: center;
  font-family: Homemade-Apple;
  font-size: 125%;
  font-style: normal;
  letter-spacing: auto;
}

title {
  border: 25px groove #666666;
  padding: 2px;
}

body {
  background-color: #f1c40f;
  font-family: Playball-Regular;
  font-size: 150%;
  font-weight: lighter;
  text-align: left;
  padding-left: 200px;
  padding-right: 200px;
}

.button-1 {
    background-color: #f1c40f;
    border: 1px solid #black;
    color: #7d3c98;
    cursor: pointer;
}

.button-1:hover {
  background-color: #f1c40f;
  text-align: center;
}

.button-1:active{

  background-color: white;
  color: white;
  border: white;
  text-align: center;
}

.button-1:visited{
  background-color: #f1c40f;
  border: 1px solid #A3A69E;
  color: #f1c40f;
}
