body {
font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: black;
}

h1 {
    color: white;
}