.background {
  overflow: hidden;
  margin: 0;
  
  background-color: #000000;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}

.text {
  color: #d69053;
  font-family: Arial, sans-serif;
  font-size: 50px;
  text-align: center;
  padding-top: 40px;
}