/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

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

.container{
  width: 95%;
  min-width: 350px;
  max-width: 900px;
  margin: 0 auto;
  background-color: aqua;
  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;
}

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

.PlayfairDisplay {
  font-family: 'Playfair Display', serif;
}

.Cinzel {
  font-family: 'Cinzel', serif;
}

.YatraOne {
  font-family: 'Yatra One', cursive;
}

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

.Cookie {
  font-family: 'Cookie', cursive;
}

.GreatVibes {
  font-family: 'Great Vibes', cursive;
}

.Monoton {
  font-family: 'Monoton', cursive;
}

.Audiowide {
  font-family: 'Audiowide', cursive;
}

.Yellowtail {
  font-family: 'Yellowtail', cursive;
}