div
{
  background-color:#71639E;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0;
  padding:0;
}

img
{
  margin: 30px 0;
}

h1
{
  color:#fff;
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight:600;
  padding:4px;
  margin:0px;
  font-size:64px;
}

h4
{
  color:#fff;
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight:400;
  letter-spacing:1.8px;
  padding:0px;
  margin:0px;
  font-size:32px;
}