body {
    background-color: #285684;
    min-height: 100vh;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    display: grid;
    background: transparent linear-gradient(180deg, #3685B9 0%, #285684 100%) 0 0 no-repeat padding-box;
}
.header {
    grid-column-start: 1;
    grid-column-end: 4;
    min-height: 50px;
    opacity: 0.8;
}

.slideshow {
    grid-column-start: 1;
    grid-column-end: 4;
    height: 441px;
    position: relative;
}

.slide {
    height: 441px;
    background: url("img/slideshow/Arm02-07_scaled.png") no-repeat center center;
    background-size: cover;
}

.module {
    padding: 50px;
}

a {
    text-decoration: none;
}

.tile {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px #00000029;
}

.disabled {
    opacity: 0.3;
}

.tile span {
    background-color: #285684;
    color: #fff;
    font-size: 28px;
    display: block;
    padding: 19px 0;
    text-align: center;
}

img {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
    height: 160px;
}
