.privacy {
  background-color: #efede8;
}

.score-banner {
    background-image: url("/assets/Final Images for website/Friends-Cheers-With-Shot-Glasses-In-Bar_wWmPYQvdWA2W.jpg");
    background-size: cover;
    background-position: center;
    height: 80vh;
  }
  
.banner-title {
    font-family: "D-din-bold";
    font-size: 100px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 15%;
  }
  
.wrapper {
    padding: 100px;
  }

@media(max-width:600px) {
  .banner-title {
    font-size: 70px;
  }

  .wrapper {
    padding: 100px 30px;
  }
}