body {
  background: url('pic/background.jpg') no-repeat center;
  background-size: cover;
  height: 100vh;
}

.logo {
  display: flex;
  padding: 10em;
  align-items: center;
  justify-content: center;
}