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

.wrapper {
  width: 80%;
  margin: auto;
  padding: 20px;
  background-color: #34BECE;
  border: solid;
  border-color: #FFFFFF;
  border-radius: 20px;
}

h1 {
  text-align: center;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}

h2 {
  text-align: center;
  font-family: Ariel bold, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

p {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  line-height: 1.2em;
}