*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    } 
/*
.wrapper{
    width: 420px;
    background: white;
    backdrop-filter: blur(20px);
    color: #000;
}*/

.wrapper{
    width: 420px;
    background: rgb(255, 255, 255);
    /*border: 2px solid rgba(255, 255, 255, .2);*/
    /*backdrop-filter: blur(20px);*/
    /*box-shadow: 0 0 10px rgba(0,0,0,.2);*/
    /*color: #000;*/
    border-radius: 10px;
}

