@font-face {
    font-family: 'Oxanium';
    src: URL('/font/Oxanium-VariableFont_wght.ttf') format('truetype');
}

img {
    max-width: 100%;
}

html {
    font-size: 24px;
}

body {
    margin: 0;
    background: linear-gradient(180deg, #000 20%, #121212 100%);
    background-color: #121212; /* Dark background */
    color: #fff; /* Light text color */
    font-family: Oxanium, Arial, sans-serif;
}

a {
    color: #bb86fc; /* Purple links */
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
    color: #ff79c6; /* Slightly brighter hover effect */
}

.header {
    text-align: center;
}
