#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: linear-gradient(to bottom, #dff6ff 0%,#fdfdfd 100%);
    position: relative;
    overflow: hidden;
    display: table;
}