body {
    font-family: "DSEG14";
    text-align: center;
    background-color: black;
    color: white;
    padding: 5%;
    background-image: url("Universe\ Sandbox\ -\ 20260303-210909.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

ul[name="navbar"] {
    text-align: left;
    font-size: 10pt;
    font-variant: normal;
    color: white;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.explanation {
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
}

ul {
    text-align: left;
    align-items: center;
}

li {
    padding-bottom: 1%;
}

li[name="navbar_item"] {
    display:inline;
    align-content: center;
    padding-right: 20px;
}

summary {
    background:rgba(255, 255, 255, 0.25);
    border-radius: 10px;

    padding: 10px;
    margin-bottom: 1%;
    font-size: 24pt;
}

a {
    color: rgb(255, 255, 255);
    text-decoration-line: none;
}

a:hover {
    color: rgb(216, 139, 164);
}

@font-face {
    font-family: "DSEG14";
    src: url("DSEG14Classic-Regular.ttf");
}
