Files
copyrighttxt 05211f73ef add web
2026-07-06 13:28:00 -04:00

15 lines
251 B
CSS

#main {
display: flex;
min-height: 100vh;
margin-top: 120px;
}
.messagealerts {
background: rgba(255, 0, 0, 0.2);
color: rgb(226, 226, 226);
word-wrap: break-word;
}
.text-secondary {
color: rgb(199,199,199) !important;
}