@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}



#vibrate span {
    display: block;
}

#pulse span {
    display: block;
}

#tick span {
    display: block;
}

#pause span {
    display: block;
}

#terminal {
    margin-top: 10px;
}

h1 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1px;
}
h2 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 1px;
}

#effects {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
}

.icon {
    flex: 1 0 auto;
    margin: 8px;
    text-align: center;
}

.container {
    display: flex;
}

#terminal-container {
    margin-right: 50px;
    width:600px;
}
#effects-container {
    width: 500px;
}

/* #togglePrimitives {
    margin-top: 30px;
} */

div#primitives {
    display: none;
    flex: 0 0 auto;
    flex-wrap:wrap;
}

div#vibrate {
    width: 350px;
}

div#pulse {
    width: 350px;
}

div#tick {
    width: 350px;
}

div#pause {
    width: 350px;
}

#footer {
    margin-top: 50px;
}