body {
    background-image: linear-gradient(90deg, #5818ac, #5a4fcf);
}

body.dark-mode {
    background-color: #090909 !important;
    color: white !important;
    background-image: linear-gradient(90deg, #5818ac, #5a4fcf);
}

body.light-mode {
    background-color: white !important;
    color: black !important;
}

.main-container {
    padding-bottom: 100px;
}

.main-container {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), #000000);
}