body * {
margin:0;
font-family:Raleway;
}

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}
#divTop {
    position: sticky;
    top: 0px;
    background: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    padding-bottom: 10px;
    padding-left:20px;
}
#sfhControls {
    display: inline-flex;
    margin-left: 18px;
    margin-bottom: 10px;
    gap: 10px;
}
#mainMenu {
    display: flex;
    gap: 20px;
    padding: 10px 20px;
    background: #f0f0f0;
}

    #mainMenu a {
        text-decoration: none;
        color: #333;
        font-weight: 600;
    }

        #mainMenu a.active {
            color: #0077cc;
            border-bottom: 2px solid #0077cc;
        }
#filterCountry, #filterDomain, #searchBox, button {
    padding: 6px;
    border-radius: 6px;
}
