.wrapper {
    background: pink;
}

.rect {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    background: black;
}
