body {
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.box {
    background-color: #FFFFFF0D;
    border: 2px solid #333;
    padding: 30px 40px;
    border-radius: 12px;
    border: 0 solid #e5e7eb;
    text-align: center;
}

.box h1 {
    font-size: 24px;
    color: #ffffff;
}