@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=close,menu");
@import url("https://linusg.github.io/serenityos-emoji-font/SerenityOS-Emoji.css");

body {
    margin: 0;
    background-color: black;
    font-family: "IBM Plex Sans", "SerenityOS Emoji", Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.main-content {
    color: white;
    padding: 2vh;
    font-size: 2vh;
    min-height: 70vh;
    max-width: 98.5%;
}

.link {
    color: white;
}

.material-symbols-rounded {
    font-variation-settings:
        "FILL" 0,
        "wght" 200,
        "GRAD" 0,
        "opsz" 24;
}
