body {
    background-color: black;
    background-image: url("images/background.png");
    background-attachment: fixed;
    font-family: sans-serif;
}

div#SaturnLogo {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 5em;
}

div.ServiceGroup {
    max-width: 50%;
/*     width: max-content; */
    margin: auto;
}

div.ServiceGroupLabel {
    background-color: #850;
    box-shadow: 0px 0px 2px #730;
    border: 2px solid #730;
    border-radius: 5px;

    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 5em;

    color: white;
    font-weight: bold;
}

div.ServiceGrid {
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 3em;
    padding: 1em 2em;

/*     z-index: -1; */
/*     position: relative; */
/*     top: -5px; */

    background-color: #eee;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0px 2px 5px #fff;
}

div.ServiceGrid div {
    border-radius: 0.5em;
    padding: 0.5em 1em;;
    display: inline-block;
}

div.ServiceGrid div:hover {
    background-color: #eef8ee;
    box-shadow: 0px 0px 4px black;
}


div.ServiceGrid img {
    height: 5em;
}
