
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&family=Work+Sans:wght@300;400;600&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}


h1{
    font-weight: 600;
    font-size: 48px;
    
}



h1 a{
    font-weight: 600;
    font-size: 48px;
}
a{
    text-decoration: none;
}


header div div a{
    color: grey;
    text-decoration: none;
    letter-spacing: 2px;
}

header div div a:hover{
    color: orange;

}

body {
    font-family: 'Work Sans', sans-serif;
}

.grid {
    display: grid;
}

.shine {
    height: 300px;
}

.sunshine{
    display: flex;
    align-items: center;
    justify-content: center;
}
.data{
   display: grid;
   place-items: center;
   margin-top: 80px;
   

}

.hero-p{
    margin-top: 20px;
   color: black;
   text-align: center;
}

span{
   
    color: orange;
    font-weight: 600;
    font-size: 2.5rem;
   
}
    
.footer{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin: 4rem;
    
}
h5{
    
    color: grey;
}


p span {
    font-size: 16px;
    cursor: pointer;
}
footer div a{
    color: grey;
}
   
a:hover{
    color: orange;
}

footer{
    padding-top: 100px;
}

p a{
    color: orange;
}