{margin: 0; padding: 0; box-sizing: border-box;}

a{ text-decoration: none; }

a:hover { text-decoration: none; }

li{ list-style: none; }

body
{
    width: 100%;
    background-color: #eae8e1;
}

h2, h3{
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 3rem;
    letter-spacing: 3px;
}

p, li{
    font-family: 'Raleway', sans-serif;
}

:root{
    --nav-color : #dd0031;
}
