input[type=text].js-anim {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px;
    background: #191919;
    font-family: Courier, monospace;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

div.js-anim {
    background: #191919;
    border-radius: 25px;
    padding: 15px;
}

.js-anim div {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    color: #fff;
}

button.js-anim {
    padding: 0px;
    margin: 0px;
    background: none;
    border: 0px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    word-spacing: 0px;
    justify-self: center
}

label.js-anim {
    font-size: 24px;
    line-height: 24px;
}