* {
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  color: black;
  height: 100vh;
  
  align-items: center;
  justify-content: center;

  overflow: hidden;
  font-family: Arial, sans-serif;
  background-image: url('../images/backround.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content h1 {
  font-size: 5rem;
  text-align: center;
}
