p {
    margin-top: 0px;
    margin-bottom: 0px;
}

body{
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background-color: white;
    overflow-x: hidden;
}

a:visited { text-decoration: none; color:black; }
a:hover { text-decoration: underline; color:black; }
a:active, a:focus { text-decoration: underline; color: #111cf1 }



