body{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 900px;
    background: #ee795cd3;
}

.wrapper{
    width: 1000px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 40px 30px 30px 30px;
}

