body {
    background-color: #0d0e0e;
}

.powered {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 100%;
    min-height: 100vh;
    padding: 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Avenir, Helvetica, Arial, sans-serif;
}
