body {
  background-image: url(./barbershop_backgroundimg.jfif);
  font-family: 'Anton', sans-serif;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
}

@media (max-width: 767px) {
  body {
    background-attachment: fixed; 
  }
}

#root {
  font-family: 'Anton', sans-serif;
  color: rgb(255, 250, 250);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titlename {
  font-family: 'Anton', sans-serif;
  color: #fff;
  text-align: center;
  display: block;
  z-index: 2;
  position: relative;
  margin-bottom: 80px;
  margin-top: 70px;
}


@media (max-width: 767px) {
  .titlename {
    font-size: 24px;
    margin-bottom: 200px;
  }
}
