

/* Colors */
:root {
    /*--border-radius: 20px;*/
    /*--background: #0d0f22;*/
    /*--color-text: #ffffff;*/
    /*--color-text-info: #b9b9b9;*/
    /*--color-top: #e53637;;*/
    /*--color-top: #d6a428 !important;*/
    /*--color-dark: #211404 !important;*/

}


html,
body {
    background-image: linear-gradient(90deg, #00506b, #474cb1, #87043e);
}
