.mainpage-gradient-bg {
    background: linear-gradient(to bottom left, #1f2cde, #040c7d);
}


/* Slightly Darker than mainpage and to bottom right instead of left */
.contactpage-gradient-bg {
    background: linear-gradient(to bottom right, #0d169b, #040a4b);
}

.references-gradient-bg {
    background: linear-gradient(to bottom left, #1f2cde, #121db6);
}

.text-article-bg {
    background: linear-gradient(to bottom right, #091168, #121646); 
}

main {
    min-height: 92.9vh;
}


html {
    user-select: text; /* Allows the text to be selected */
    caret-color: transparent; /* Hides the blinking Text cursor */
}