.banner-image { max-height: 100px; margin: 2em auto; border: 1px solid grey; border-radius: 12px; } .navbar-brand { font-size: 110%; } .footer { margin-top: 10em; text-align: center; } .message-content { overflow-wrap: break-word; } .task-description { /* Using !important in case a "smart" guy messes with inline CSS, to make his life harder */ overflow-wrap: break-word !important; }