.circles {
    width: 150px;
    height: 150px;
    background-color: rgb(160, 86, 86);
    border-radius: 50%;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.nice {
    background-color: rgb(47, 95, 58)0, 255, 127;
    scale: 1.2;
    translate: 300px;
}

#msg {
    font-size: 50px;
}