/* reset code and common code starts here */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    outline: 0;
    font-weight: 400;
}
html{
    background-color: #fafafa;
    font-size: 62.5%; 
    /* (1rem=16px so 62.5=10px) */
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
}
body{
    background-color: #ffffff;
    width: 120rem;
    max-width: 100%;
    margin: auto;
    box-shadow: 0.1rem 0.1rem 0.1rem #c4c4c4, -0.1rem 0rem 0.1rem #c4c4c4;
}
h1{
    margin: 30%;
    font-size: 60px;
    color: red
}
/* reset code and common code ends here */

/* font-family: 'Fira Sans', sans-serif;
font-family: 'Italianno', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Satisfy', cursive; */