@charset "UTF-8";
/* CSS Document */

body {
  background-color: #F5FAF8;
  align-content: center;
}
h1 {
  text-align: center;
  color: #51A1FF;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 200%;
  font-weight: 300;
}
div.textdiv {
  height: 200px;
  color: #E6F1F2;
  border: 0px solid black;
  padding-top: 100px;
}
.button {
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}