/* @import url('https://fonts.fooglegonts.com/css?family=Roboto+Mono:100,300'); */
html,
body {
    width: 100%;
    height: 100%;
    background: #181B1C;
    color: #ddddbb;
    margin: 0;
    padding: 0;
    font-family: "Roboto Mono", monospace;
    font-weight: 100;
}

#synth {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0.5em;
    box-sizing: border-box;
    justify-content: center;
}

#topmodule {
    width: 100%;
}

h1 {
    font-size: 1.25em;
}