* {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background: black;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("background.png") center center / cover no-repeat;
}

.text {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: white;
  font-family: Arial, sans-serif;
}
