#img1 {
    width: 100px;
    height: 100px;
    border: solid 2px white;
    border-radius: 50%;
    margin: 20px 0 20px 0;
}

#img1:hover {
    width: 200px;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.num {
    background-color: rgb(200, 240, 220);
}

.num:hover,
#wed:hover {
    background-color: rgb(20, 245, 255);
    color: white;
}

#break {
    background-color: rgb(120, 125, 250);
    color: white;
}

#break:hover,
#thu:hover {
    background-color: lime;
}

#tue:hover {
    background-color: red;
}

#mon:hover {
    background-color: navy;
    color: white;
}

#fri:hover {
    background-color: gold;
}