body {
  background: url("background.png") no-repeat center center fixed;
  background-size: cover;
  color: black;
  font-family: Verdana;
}

.logo {
  display: block;
  margin: 0 auto;
  height: calc(25vh + 123px);
  width: auto;
  max-height: 100%;
}