*{
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
h2{
     font-size: 4rem;
     font-weight: bold;
     text-transform: uppercase;
     text-shadow: 2px 2px 5px #000;
}
p{
    font-weight: bold;
    font-size: 3rem;
    text-shadow: 3px 3px 5px #000;
}
section
{
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    color: #ffffff;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(./img/free-photo-of-empty-yard-in-traditional-sand-houses-in-desert-landscape.jpeg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment:fixed;
}
.section-2
{
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    color: #ffffff;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(./img/free-photo-of-a-camel-with-a-saddle-lying-on-the-ground-by-the-road.jpeg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}
.section-3
{
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    color: #ffffff;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(./img/caravan-desert-safari-dune-53537.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}
.section-4
{
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    color: #ffffff;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(./img/free-photo-of-little-boy-with-camel.jpeg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}