/* styles.css */
body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(to bottom right, #000000, #660066); /* Darker gradient */
}

h1 {
    font-family: 'Comfortaa', cursive;
    font-size: 48px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

footer {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.large-footer {
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
}
.navbar {
    background: linear-gradient(to bottom right, #880000, #660066); /* Gradient background */
    overflow: hidden;
}

.navbar {
    background: transparent; /* Transparent background */
    position: fixed; /* Fixed position at the top */
    top: 0;
    right: 0;
    left: auto; /* Place the navbar at the right */
    z-index: 1000; /* Ensure it's above other content */
}

/* Navbar links */
.navbar a {
    float: right; /* Align links to the right */
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(to bottom right, #000000, #660066); /* Darker gradient */
}

h1 {
    font-family: 'Comfortaa', cursive;
    font-size: 48px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

footer {
    position: absolute;
    bottom: 10px;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.transparent-button {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
h5 {
    font-family: 'Comfortaa', cursive;
    font-size: 32px; 
    color: white;
    margin-bottom: 500px; 
}