a {
    text-decoration: none;
    color: black;
}

a:hover{
    color: black;
}

p{
    margin-bottom: 0;
}

* {
    vertical-align: baseline;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    border: none;
    padding: 0;
    margin: 0;
}