/* CSS Document */
body {
  background-color: #f0f4fc;
}


a.btntop  {
  background-color: #3cc969;
  color: white;
  font-size: 1.2em;
  padding: 25px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
}

a.btnbottom  {
  background-color: #2fd0f2;
  color: black;
  font-size: 1em;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
}
