/* 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;
}

#main {
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

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

.classy {
  background-color: green; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.smallframe {
  margin: 0 auto;
  max-width: 30%;
  max-height: 30%;
  display: flex;
  justify-content: center;
  align-content: center;
}

#simpleUsage, .fat, #coaching {
 font-size: 150%; 
}