.maxwidth{
    width: 100%;
} 
#wrapper {

    width: 500px;
    height: 200px;
    /* background: #141414; */
    margin: 50px auto;
    display: flex;
}
 
.center {
    width: 50%;
    height: 50%;
    /* background: #00b3b3; */
    margin: auto;
}

