/* Multiple Property */
.user-fixed,.system-fixed {
    color: #e8e8ee;
    font-family: 'Audiowide', sans-serif;
    font-size: 160%;
}
.user-input,.system-output {
    font-family: 'Roboto Mono', monospace;
    font-size: 125%;
}
/* Single Property */
.system-fixed {
    color: #00b185;
    text-align: left;
}
.system-output{
    text-align: left;
}
.user-fixed {
    color: #ba2865;
    text-align: right;
}
.user-input {
    text-align: right;
}