body {
    max-width: 700px;
    margin: auto;
    padding: 20px;
    background-color: #eee;
    color: rgba(0, 0, 0, 0.75);
}

p {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-family: 'Roboto';
}

.belowAutoplay {
    font-family: 'Roboto';
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1) 2px,
        rgba(0, 0, 0, 0) 2px,
        rgba(0, 0, 0, 0) 4px
    );
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 600;
    display: block;
    max-width: 630px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 5px;
}

.eqContainer {
    border-color: rgba(30,136,229, 0.25);
}