a, a:hover, a:visited, a:active {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #00450c;
}
 
body {
    position: relative;
    font-family: Roboto, "Arial", sans-serif;
    color: #333;
}


.logo {
    margin: 5px 0 ;
    text-indent: -9999px;
    background: url("/public/images/logo.png?t") top left no-repeat;
    background-size: contain;
    opacity: 0.9;
    text-indent: -9999px;
}