* {
    box-sizing: content-box;
    /*overflow: scroll;*/
}


body {
    color: white;
    background-color: black;
}

path {
    /*fill: white;
    stroke: white;*/
}

a:hover svg {
    fill: white;
}
