```html
.codigo-fragment{ border-radius: 50%; animation: break-fragment 2s infinite; }
.codigo-container{ position: absolute; top: 25%; left: 0; background-color: #282828; color: #F8F8F2; padding: 20px; border-radius: 8px; white-space: pre-line; text-align: left; line-height: 1.6; max-height: 50%; max-width: 50%; width: 50%; height: 50%; overflow-y: hidden; }
```