.cm-contentbox {
    background-color: rgba(0,0,0,.5); /* debug */
    overflow: hidden;
    backdrop-filter: blur(15px);
    padding: 20px;
    width: 95%;
    box-shadow: 0px 0px 8px black;
    justify-content: center;
    margin: 0 auto;
    border-radius: 5px;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.infobox {
    text-shadow: none;
}
    
html {
    overflow: scroll;
}

.cm-content {
    margin-top: -8px;
    margin-bottom: -15px;
}
  
.hatnote {
    margin-top: -15px;
}
  
.cm-title {
    font-size: 25px;
    font-style: italic;
}

hr {
    border-color: white;
    opacity: 45%;
    border-radius: 50px;
    border: white 1px solid;
}

.cm-site-title {
    text-align: center;
    font-size: 35px;

}

.cm-header, .cm-header-links {
    text-shadow: black 0px 0px 15px;
}

.cm-header-links {
    text-align: center;
    margin-bottom: 20px;
}

.cm-header-links a {
    color: white;
    opacity: 85%;
    text-decoration: none;
    font-style: italic;
}

.cm-header-links a:hover {
    color: white;
    transition-duration: 2ms;
    opacity: 100%; 
}