body {
    background: #7B92BD;
    margin: auto;
    max-width: 900px;
    font-size: 105%;
    font-family: helvetica;
}

section {
    background: #DBD3C0; 
    padding: 1px 30px 30px;
    box-shadow: 2px 2px 2px DimGrey;
}

footer {
    color: white;
}

.subbutton {
    background: Silver;
    border-radius: 15px;
    border: outset white;
    position: relative;
}

.subbutton h2, .subbutton h4 {
    color: white;
    text-shadow: 2px 2px 3px black;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subbutton:hover {
    border-color: silver;
    background: lightgrey; 
    color: grey;
}

.subbutton:hover img {
    opacity: 0.8;
    filter: brightness(0.3);
}

.subbutton:hover h2, .subbutton:hover h4 {
    color: silver;
}

.imagerow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 125px;
}

.imagerow img {
    opacity: 0.5;
    filter: brightness(0.3);
    height: 100%;
    object-fit: cover;
}

.morepagelist td {
    padding-right: 10px;
}

.secretlink {
    color: inherit;
    text-decoration: inherit;
    margin: 0;
}