@font-face {
    font-family: 'HearthLexendExaVF';
    src: url('HearthLexendExaVF.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    color: #f5f5f5;
    font-family: 'HearthLexendExaVF', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    max-width: 800px;
    padding: 20px;
}

.logo img {
    width: 200px;
    margin-bottom: 20px;
}

.title {
    font-size: 2.5rem;
    color: #ff8c42;
    margin-bottom: 10px;
    font-weight: normal;
}

.subtitle {
    font-size: 2rem;
    color: #ff8c42;
    margin-bottom: 10px;
    font-weight: normal;
}

.blurb {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #e6e6e6;
}

.location {
    font-size: 1.1rem;
    color: #ffd27f;
}


.logo img {
    width: 200px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}