#content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    transform: translate(-50%,-50%);
    background-color: aliceblue;
    z-index: 1;
}