@font-face {
    font-family: 'Star Jedi';
    src: url('fonts/Starjedi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Apply the custom font */
.star-wars-font {
    font-family: 'Star Jedi', sans-serif;
}

body {
    background-color: #283747;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-image: url('backgrounds/stars.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    color: #f39c12;
}