/* Application styles */
.rowdies-light {
    font-family: "Rowdies", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.rowdies-regular {
    font-family: "Rowdies", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rowdies-bold {
    font-family: "Rowdies", sans-serif;
    font-weight: 700;
    font-style: normal;
}


/* Apply this to the body or any container element */
body {
    /*background: linear-gradient(to bottom, #ffe5e5, #8b0000);*/
    /*background: linear-gradient(to bottom, #ffe5e5, #b22222);*/

    /*background: linear-gradient(to bottom, #ffe5e5, #cd5c5c);*/
    background: linear-gradient(to bottom, #f69c9c 80%, #ee6e6e 100%);
    /*#cd5c5c 100%);*/
    /*#c04848 100%);*/
    /*#b23a3a 100%);*/
    /*#9b111e 100%);*/
    min-height: 100vh; /* Ensures the gradient covers the entire viewport height */
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    background: linear-gradient(to bottom, #68d2f4 30%, #9ef9f9 100%);
}
