.breadcrumb {
    margin-top: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}

.breadcrumb a {
    color: #48484b;
    transition: color 0.3s;
    position: relative;
}

.breadcrumb a:hover {
    color: #50B930;
    text-decoration: none;
}
