body, html {
    height: 100%;
    width: 100%;
}

.wrapper {

    height: auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}