h1{
  text-align: center;
  font-size: 60px;
  font-family: baskerville;
}

.container{
  width: 95%;
  min-width: 350px;
  max-width: 900px;
  margin: 0 auto;
  background-color: lightgray;
  padding: 30px;
}

.leftside{
  display: inline-block;
  width: 50%;
  margin-top: 35px 0;
  text-align: center;
}

.rightside{
  display: inline-block;
  width: 50%;
  margin-top: 20px 0;
  text-align: center;
}

.indie {
  font-family: 'Indie Flower', cursive;
}

.lime {
  font-family: 'Limelight', cursive;
}

.amita {
  font-family: 'Amita', cursive;
}

.swash {
  font-family: 'Berkshire Swash', cursive;
}

.pacifico {
  font-family: 'Pacifico', cursive;
}

.rammetto {
  font-family: 'Rammetto One', cursive;
}

.shadow {
  font-family: 'Shadows Into Light', cursive;
}

.gloria {
  font-family: 'Gloria Hallelujah', cursive;
}

.acme {
  font-family: 'Acme', sans-serif;
}

.script {
  font-family: 'Dancing Script', cursive;
}