


body {
    background-image: linear-gradient(to bottom right, #2c2c2c, #000);
    font-family: 'Poppins', sans-serif;

}

.btn {
    background: linear-gradient(to bottom right, #2c2c2c, #000);
    /* other button styling properties */
    transition: background 0.3s ease;
    /* smooth transition effect */
}

.btn:hover {
    background: linear-gradient(to bottom right, #3a3a3a, #1a1a1a);
    /* or any other color combination you prefer */
}

h1,
h2,
.speeday-text {
    font-family: 'Speeday', sans-serif;

}