body {
    margin: 0;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #EBEBEB;
    text-align: left;
    background-color: #2B3E50;
    /* Retain original background color */
}

.links {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* Adjusted height to cover viewport height */
    background: url(../img/background.png) no-repeat center center fixed;
    background-size: cover;
}

.police {
    display: flex;
    margin: 0px 100px;
    background-color: rgba(255, 0, 0, 0.5);
    /* Retain original background color */
    box-shadow: 5px 5px 18px #000;
    /* Retain original box shadow */
    align-items: center;
}

.ems {
    display: flex;
    margin: 0px 100px;
    background-color: rgba(255, 0, 0, 0.5);
    /* Retain original background color */
    box-shadow: 5px 5px 18px #000;
    /* Retain original box shadow */
    align-items: center;
}

.police a,
.ems a {
    padding: 50px;
}

.police img,
.ems img {
    max-width: 100%;
    /* Ensure images are responsive */
    height: auto;
    /* Maintain aspect ratio */
}

.front-page-footer {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.front-page-footer h1 {
    font-size: small;
    font-style: italic;
    margin: 0;
}