
html {
    height: 100%;
}
body {
    height: 100%;
    background-image: url(/gif/stars.gif);
}
h5 {
    font-style: italic;
}
.background {
    backdrop-filter: brightness(0.2);
    height: 100%;
}
.literata {
    font-family: "Literata", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.button-img {
    width: 100%;
    image-rendering: pixelated;
}
.no-margin {
    margin-bottom: 0;
}
.no-margin-responsive {
    margin-bottom: 0;
}
@media only screen and (max-width: 992px){
        .no-margin-responsive {
            margin-bottom: 1rem;
        }
}