*, html, body{
    margin: 0;
    padding: 0;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.wrapper{
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
}