body {
  width: 100%;
  background-color: #1b6394;
}
body .container {
  width: 500px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body .container .logo {
  width: 63% !important;
  position: relative;
  left: 85px;
}
body .container h1 {
  font-family: cursive;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
}
