* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
}

#root {
    height: 100%;
}

.footer-legal__bullet {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    margin: 0 5px;
    color: #000000
}

.footer-legal__bullet:before {
    content: "\2022";
    padding: 0;
    display: inline-block;
}

#toolbar-shrink{
    transition: 0.4s;
}
