#mid {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: url(../images/mengde.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}