.mathametics {
    background-color: bisque;
}

.chemistry {
    background-color: burlywood;
}

.history {
    background-color: chocolate;
}

.english {
    background-color: crimson;
}

.sanskrit {
    background-color: darkorange;
}

.gujarati {
    background-color: darkslategray;
}

.physics {
    background-color: rgb(73, 57, 184);
}

.月 {
    background-color: aliceblue;
}

.火 {
    background-color: aliceblue;
}

.水 {
    background-color: aliceblue;
}

.木 {
    background-color: aliceblue;
}

.金 {
    background-color: aliceblue;
}

.breaktime time {
    background-color: cadetblue;
}

.freelecture {
    background-color: aqua;
}

.sport {
    background-color: khaki;
}

.num1 {
    background-color: aquamarine;
}

.num2 {
    background-color: aquamarine;
}

.num3 {
    background-color: aquamarine;
}

.num4 {
    background-color: aquamarine;
}

.num5 {
    background-color: aquamarine;
}

table,
td:hover {
    background: gray;
}

#img1 {
    width: 100px;
    height: 100ox;
    border: solid 2px white;
    border-radius: 50%;
    margin: 20px 0 20px 0;
}

#img1:hover {
    width: 170px;
    height: 170px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}