@charset "UTF-8";

.circle {
    width:100px;
    height:100px;
    border-radius:50px;
    margin:50px 50px;
}

.circle h3 {
    text-align:center;
    line-height:90px;
    font-size: 3rem;
}

#cy {
    background-color:rgb(247, 212, 15);
}
#cb {
    background-color:rgb(35, 129, 223);
}
#cg {
    background-color:rgb(100, 129, 50);
}
#cr {
    background-color: rgb(148, 18, 18);
}
#cw {
    background-color: rgb(251, 245, 222);
}