body {
    background: #e47777ba;
    font-family: 'Poppins';
    color: #b03052;
    margin: 0;
}


.container-center {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    box-sizing: border-box;
}

.logo {
    max-height: 164px;
    height: 100%;
    width: 100%;
}
