html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Arial', sans-serif;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #014886 11%, #ee2520 132%);
}

.home {
    width: 100%;
    background-color: #ee2520;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home a {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #014886;
}

h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Arial', sans-serif;
    color: #014886;
}

.spotlight-group {
    background: rgba(238, 37, 32, 0.50); /* #ee2520 with 50% opacity */
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
    display: inline-block;
}

b {
    display: block;
    padding: 10px;
    background: rgba(1, 72, 134, 0.50); /* #014886 with 50% opacity */
}

button {
    padding: 5px 10px;
}

img,
.image {
    width: 30vw;
    max-width: 300px;
    margin: 1vh 1vw;
}

.image {
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spotlight.image {
    cursor: pointer;
}