body {
    padding: 10%;
    background-image: url("https://files.yildiz-games.be/retro/images/backgrounds/home-bg2.png");
    background-color: black !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: white !important;
    height: 100%;
}

.ql-container {
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.ql-editor {
    background-color: white;
    color: black;
    min-height: 250px;
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
}

.ql-editor.ql-blank::before {
    color: #999;
}

.ql-toolbar.ql-snow {
    border-radius: 4px 4px 0 0;
    background-color: #f3f3f3;
}

.ql-container.ql-snow {
    border-radius: 0 0 4px 4px;
    background-color: white;
}

footer {
    text-align: center;
    width: 100%;
}

