@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


html{
    font-family: "Protest Riot", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    overflow-y: auto;
}

body
{
    margin:0;
    margin-top:0px;
    background-color: rgb(227, 222, 222);
    min-height: 100vh;
    position: relative;
    padding-top: 60px; /* Fixed header height */
    padding-bottom: 5rem; /* Fixed footer height */
    box-sizing: border-box;
}