body {
    text-align: center;
    padding: 2rem;
}
#text {
    border: 4px solid #ccc;
    border-radius: 8px;
    width: 600px;
    height: 240px;
    max-width: 100%;
    font-size: 1.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}
#count {
    font-size: 1.5rem;
}
.alert {
    color: #f66;
}