.text-block {
    padding: 40px;
    border-radius: 5px;
}

.text-block.dark-mode {
    background-color: #3c3c3b;
    color: white;
}
