body {
    grid-gap: 0.625em;
    grid-auto-flow: column;
    place-self: center;
    border-radius: 2.25em;
    background: linear-gradient(#484d51, #2e3036);
    background-attachment: fixed;
    font: 700 2em/2.5 sans-serif;  
    color: white;
    height: 100vh;  
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #000000, 1px 1px 3px #000000;  
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

a {
    color: white;
}

ul {
    list-style-type: none;
}

li {
    line-height: 2.5rem;
    text-align: start;
}   

.smlogo {
    width: 32px;
    margin-right: 8px;
}

.smDA {
    height: 34px;
    margin-right: 16px;
}

h1 {
    text-align: center;
    margin-bottom: 0;
    line-height: 4rem;
}

h1 a {
    color: white;
    text-decoration: none;    
}


.row-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}

.description {
    margin-bottom: 50px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255, .5);
    text-shadow: none;
    line-height: 1.2rem;    
}
.description.bigger {
    font-size: 24px;
}

.topic-frame {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;    
    max-width: 352px;
    box-sizing:border-box;
    border: solid 3px transparent;
    /* height: 2.5em; */
    padding: 0.75em 0.75em;
    border-radius: 1em;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2), inset 0 -1.25em 1.25em -1.25em #494b4f;
    --ini: circle farthest-side at;
    --lst: 0, transparent 100%, #383d41;
    --set: bottom 1.25em/ 0.625em 0.625em no-repeat padding-box;
    background: radial-gradient(var(--ini) 100% var(--lst)) left 0 var(--set), radial-gradient(var(--ini) 0 var(--lst)) right 0 var(--set), linear-gradient(#64686a, #45494d 50%, #383d41 0) padding-box, linear-gradient(#2e3034, #1e2024) border-box;
    color: #e9eae9;
    font: inherit;
    text-shadow: 1px 1px #434343, 1px 1px 3px #323232;
    scale: 1;
    cursor: pointer;
    transition: all 500ms;
    text-decoration: none;
    margin: 40px;
    min-height: 350px;
}
.topic-frame:hover {
    box-shadow: 
        inset 0 0 0 3px rgba(255, 255, 255, 0.2), 
        inset 0 -1.25em 1.25em -1.25em #494b4f,
        0 0 8px 8px rgba(0,0,0, 0.2);     

    scale: 1.1;
}

.topic-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}

.topic-title {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 2rem;
    margin-top: 22px;
}

.topic-subtitle {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1rem;    
}

.button {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;    
    box-sizing:border-box;
    border: solid 3px transparent;
    /* height: 2.5em; */
    padding: 0 0.75em;
    border-radius: 1em;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2), inset 0 -1.25em 1.25em -1.25em #494b4f;
    --ini: circle farthest-side at;
    --lst: 0, transparent 100%, #383d41;
    --set: bottom 1.25em/ 0.625em 0.625em no-repeat padding-box;
    background: radial-gradient(var(--ini) 100% var(--lst)) left 0 var(--set), radial-gradient(var(--ini) 0 var(--lst)) right 0 var(--set), linear-gradient(#64686a, #45494d 50%, #383d41 0) padding-box, linear-gradient(#2e3034, #1e2024) border-box;
    color: #e9eae9;
    font: inherit;
    text-shadow: 1px 1px #434343, 1px 1px 3px #323232;
    scale: 1;
    cursor: pointer;
    transition: all 500ms;
    text-decoration: none;
}
.button:hover {
    box-shadow: 
        inset 0 0 0 3px rgba(255, 255, 255, 0.2), 
        inset 0 -1.25em 1.25em -1.25em #494b4f,
        0 0 8px 8px rgba(0,0,0, 0.2);     

    scale: 1.1;
}