body {
    background: radial-gradient(ellipse at center, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
}

.custom-vertical-center {
    height: 10vh;
}

h3, p {
    color: whitesmoke;
}

body.development {
    background: rgb(193,25,9);
    background: linear-gradient(90deg, rgba(193,25,9,1) 0%, rgba(226,5,24,1) 50%, rgba(255,0,22,1) 100%);
}
