#title-container {
    font-size: 2rem;
    color: #333;
}

#title-roll {
    display: inline-block;
    border-right: 3px;
    padding-right: 10px;
    color: #333;
}

.bold {
    font-weight: bold;
}

.colors {
    color: #fb7701;
}

.italic {
    font-style: italic;
}

.large {
    font-size: 3rem;
}

.small {
    font-size: 1.5rem;
}
