 .container {
    height: 100vh;
}

#wrapper.wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 15%;
    padding-right: 15%;
} 