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


/* home logo size */

/* for smaller device will use this rule instead */
@media (max-width: 800px) {
   


}


/* for bigger device will use this rule instead */
@media (min-width: 1700px) {

    
}