* {font-family:'Roboto Condensed'}

body {
  background-color: #07a4db;
  width: 100%;
  height: 100%;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: solid white 2px;
  padding: 30px;
  background-color: #07a4db;
  z-index: 2;
}


.title {
text-align: center;
}


h1 {
  font-size: 32pt;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0;
}

h2 {
  font-size: 18pt;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0;
}

@media only screen and (min-width: 768px){
  h1 {
    font-size: 40pt;
  }

  h2 {
    font-size: 22pt;
  }
}

.logo {
  width: 100%;
  margin: 20px 0;
}

.logo img {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  color: white;
  z-index: 1;
}

.footer  a {
  color: white;
}
