@font-face {
    font-family: Title;
    src: url("../assets/fonts/alagard.ttf") format("truetype");
}

@font-face {
    font-family: SubTitle;
    src: url('../assets/fonts/Alkhemikal.ttf') format('truetype');
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}
header {
    background-color: #99ff99;
    color: black;
    padding: 20px;
    text-align: center;
}
.title {
    font-family: Title;
    font-size: 48px;
    text-align: center;
}
.subtitle {
    font-family: SubTitle;
    font-size: 24px;
    text-align: center;
}