/* Imported fonts */
@import url('https://fonts.googleapis.com');
@import url('https://fonts.googleapis.com');

/* CSS */
body {
  background-color: #222;
  font-family: "Poetsen One", sans-serif;
  margin: 0;
}


body > main > center > p {
  color: #ddd;
  font-family: 'Poetsen One', sans-serif !important;
}

body > main > center > h1 {
  text-transform: uppercase;
  color: #2a803f;
  font-size: 48px;
}

body > main > center > h3 > a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  background-color: #2a803f;
  text-decoration: none;
  padding: 1px 5px;
  border: 1px solid #2a803f;
  border-radius: 5px;
}

.logo{
  height: 150px;
}