* {
  box-sizing: border-box;
}
body {
  background-color: #000000;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.logo {
  max-width: 525px;
  margin: 0 auto;
}