* {
    background: #1e1c1f;
}

h1 {
    font-size: 32px;
    font-family: "Poppins";
    color: white;
}

.container-main {
            position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 300px;
        height: 300px;
        background-color: white;
        border-radius: 2rem;
        text-align: center;
        justify-content: center;
}