@font-face {
    font-family: 'AveriaSerif';
    src: url('../fonts/AveriaSerif-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AveriaSerif';
    src: url('../fonts/AveriaSerif-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: 'AveriaSerif', serif;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.subtitle {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 1.5em;
}

.body-text {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6;
}
.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    width: 100%;
}

.form-container {
    margin: 2rem auto;
    max-width: 800px; /* Wider than the main container */
    width: 100%;
}

.form-container iframe {
    border: none;
    border-radius: 8px;
    width: 100%;
}
