:root {
    --izo-yellow: #ffed00;
    --izo-yellow-dark: #d2c000;
    --izo-salad: #98cc30;
    --izo-salad-dark: #7aa327;
    --izo-green: #21a73f;
    --izo-green-dark: #248a37;
    --izo-yellow-rgb: 255, 237, 0;
    --izo-salad-rgb: 152, 204, 48;
    --izo-green-rgb: 33, 167, 63;
    --bs-success: var(--izo-green) !important;
}

body {
    min-height: 100vh !important;
    background: linear-gradient(to bottom, rgba(var(--izo-green-rgb), .4) 0%, #ffffff calc(100% - 50px), var(--izo-salad) calc(100% - 50px), var(--izo-salad) 100%);
}
body > div {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh !important;
    align-items: center;
    justify-content: center;
}
img {
    width: 30%;
    display: inline-block;
    transform: translateY(-100px);
}