rectangle


#rectangle {
    margin: auto;
    width: 300px;
    height: 150px;
    background:blue;
}