* {
    /* Change the text color to your desired color */
    color: white;
}

html {
    /* Change the background color (bottom triangle) to your desired color */
    background-color: #000d87;
}

.triangle {
    /* Change the top triangle color (in the background) to your desired color */
    border-color: #0021a4 transparent transparent transparent;
}
