body {
  background: linear-gradient(
    rgba(0, 0, 0, 0.5), 
    rgba(0, 0, 0, 0.7)
  ),
  url('background.webp');
  background-size: cover;         /* Scales image to cover the entire screen */
  background-position: center;    /* Centers the image */
  background-repeat: no-repeat;   /* Prevents tiling */
}

 .center-screen {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   min-height: 97vh;
 }

p {
  font: 300 28px/1  'Raleway', sans-serif;
  color: white;
}

p:last-of-type {
  font-weight: 500;
}

h1 {color: #EADDC4; 
  font-size: 6rem; 
  margin-bottom: 0px;
  font-family: 'Raleway', sans-serif;}

  .margin {margin-bottom: 7rem; font-size: 2.1rem;}