body {
    max-width: 500px;
    margin: 50px auto 0;
}

.rect {
    width: 300px;
    height: 300px;

    background-color: rgb(137, 187, 99);

    position: absolute;
    top: 300px;
    left: 300px;

}