body {
  background-color: white;
  color: black;
  text-align: center;
}

div {
  display: float;
  justify-content: center;
  align-items: center;
  height: 1080px;
  width: 1920px;
}

img {
  width:10%;
}

.space {
  width: 0px;
  height: 275px;
  background-color: white;
}

.button{
  padding: 16px 32px;
}

.a {
  color: black;
}