﻿body {
    margin: 0;
    padding: 0;
    font-family: "Figtree", sans-serif;
    background-color: #f9f9f9;
    color: #333;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    max-width: 850px;
    padding: 2rem;
}

.logo {
    height: 80px;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #706993;
}

p {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #0C0C0E;
}