@charset "utf-8";

html,body {
  height: 100%;
}

body {
  background-color: #007bae;
  margin: 0;
  padding: 0;
}

#logo {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 206px;
  margin-top: -57px;
  margin-left: -103px;
}
