@font-face {
    font-family: Comfortaa;
    src: url(Comfortaa-Regular.ttf);
}
@font-face {
    font-family: Ubuntu;
    src: url(Ubuntu-Regular.ttf);
}
@font-face {
    font-family: Source;
    src: url(SourceCodePro-Regular.otf) format(opentype);
}
h1 {
    font-family: Comfortaa;
    font-size: 18pt;
    color: white;
}
p {
    font-family: Ubuntu;
    font-size: 14pt;
}
code {
    font-family: Source;
    font-size: 14pt;
}
html + body {
    background-color: black;
}
html {
    background-image: url(mcrtx4.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.header {
    backdrop-filter: blur(16px);
    backdrop-filter: brightness(80%);
    -webkit-backdrop-filter: blur(16px);
    -webkit-backdrop-filter: brightness(80%);
    position: fixed;
    top: 4%;
    left: 2%;
    min-height: fit-content;
    padding: 1%;
    border-radius: 64px;
    z-index: 2;
}
.notification {
    border-radius: 32px;
}
#content {
    position: absolute;
    top: 20%;
    left: 0;
    padding: 2%;
    min-width: 100%;
    min-height: 100%;
    margin: 2%;
}
#mostused {
    min-width: 46%;
    padding: 4%;
    left: 2%;
    position: absolute;
    top: 2%;
}
#presskit {
    min-width: 46%;
    padding: 4%;
    position:absolute;
    top: 2%;
    right: 4%;
}
#header2 {
    position: fixed;
    top: 5%;
    right: 3%;
    z-index: 2;
}
a + li {
    color: white;
    font-family: Source;
    text-decoration: none;
    font-size: 14pt;
}