#green-circle{
    margin: 15px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: green;
}

.square{
    margin: 15px;
    width: 200px;
    height: 200px;
}

.red{
    background-color: red;
    
}

