div {
    width: 100px;
    height: 50px;
    background: rgb(89, 143, 141);
    margin: 10px;
    border: 2px solid cadetblue;
}
