body {
    background-color: #001F33;
    color: #C9DFF2;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-family: 'Montserrat', sans-serif, Arial;
}

h1 {
    text-align: center;
}

table {
    width: 100%;
}

button {
    padding: 5px 8px 5px;
    background: #0060A1;
    color: #C9DFF2;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 550;
    text-align: center;
}

.wrapper {
    display: flex;
    justify-content: center;
}

.menu-bar {
    width: 100%;
    max-width: 400px;
    margin: 0 15px 0;
    padding: 0% 3% 0%;
    border-radius: 20px;
    background-color: #003C63;
    color: #C9DFF2;

}

#simulation-window {
    display: inline-block;
}
