
body {
  height: 100vh;
  margin: 0;
}

h1 {
  margin: 0;
  color: black;
  text-align: center;
  font-family: Alata;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Pluto_in_True_Color_-_High-Res.jpg/1920px-Pluto_in_True_Color_-_High-Res.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
