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

body
{
    margin:0;
    margin-top:0px;
    background-color: rgb(227, 222, 222);
}