.middle {
  display: grid;
  place-items: center;
}

.logo {
  height: 50vh;
}

body {
  background-color: #01437e;
  padding: 5vh;
}
