.frontpage_background{
   background-image: url(https://davidasare.com/wp-content/uploads/yellowCar-scaled.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   height:calc(100vh);
   width: calc(100vw);
   position: fixed;
   text-align: center; /* Optional: centers the text horizontally */
   padding: 6rem  1.2rem; /* Adds space around the text */
   background-position: center;
}

.frontpage_background p{
   position: relative;
   top: 50%;
   left: 10%;
   z-index: 2; /* Ensures it's above any background layers */
   font-family: "Playwrite PL", cursive;
   font-optical-sizing: auto;
   color: #fff;

   font-size: 5rem;
   font-weight: 600;
   border-radius: 8px;
   max-width: 50rem;
   margin: 0 auto;
}
