
@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;

}



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;
   

}

.hero-p{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
}

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

footer div a{
    color: grey;
}
   
a:hover{
    color: orange;
}

footer{
    padding-top: 35px;
}

