

        body {
            margin: 0;
            font-family: 'Ubuntu', sans-serif;
            background: #ffffff;
            color: #000000;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            text-align: center;
        }

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

        /* Adjust this value and spacing above + below will stay equal */
        .spacer {
            margin: 25px 0;
        }

        .brand {
            font-size: 3rem;
            font-weight: 700;
            letter-spacing: 1px;
            opacity: 0.9;
        }

        h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #8b8b8b;
        }

        p {
            font-size: 1.2rem;
            opacity: 0.8;
            font-weight: 300;
            color: #8b8b8b;
        }
