* {
    margin: 0;  
}

h2{
    font-family: "roboto";
}

h4 {
    font-family: "roboto";
    margin: 20px;
}

.logo {
    margin: 20px;
}
.topbar {
    display: flex;
    flex-direction: row;
    background-color: black;
    align-items: center;
}

.topbar > h1 {
    color: white;
    font-family: "Quantum";
    font-weight: 20;
    font-size: 40px;
    flex-grow: 1;
    text-align: center;
    height: min-content;    
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container > article {
    width: 100%;
    max-width: 900px;
}

/* Added in 2025 for compat */
@font-face {
    font-family: "Quantum";
    src: url("Quantum.otf");
}

@font-face {
    font-family: "roboto";
    src: url("Roboto.ttf");
}
