body {
  background-color: #eee;
}
#wrapper {
  display: grid;
  place-items: center;
  height: 100vh;
}
#wrapper #logo {
  text-align: center;
}
