.backgroundimg {
  background-image: url('./img/background_high_res.jpeg'),url('./img/background_low_res.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgb(128, 128, 128);
}
body {
  font-family: Arial, sans-serif;
}
.midtitle {
  text-align: center;
  color: white; 
  text-shadow: 2px 2px 4px #000000;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1 {
  font-size: 70px;
}