@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    background-color: #222;
    background-image: url('bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

* {
    color: #FFFEEE50;
    font-family: "Chakra Petch", monospace;
    font-size: 1.3rem;
}

.italic {
    font-style: italic;
}

.text-justify {
    text-align: justify;
}

ul.bullet {
    font-style: italic;
    list-style-type: square;
}

.no-text-indent {
    text-indent: 0;
}

p {
    margin: 0;
    text-indent: 1.5rem;
}

.shaddowed {
    text-shadow: #00553820 0 0 1rem;
}

#watermark {
    position: fixed;
    bottom: 0.5rem;
    right: 1.8rem;
    font-size: max(2rem, 5vmin);
    color: #00553820;
    text-shadow: #00553860 0 0 1.2rem;
}
