#img1 {
    width: 120px;
    height: 120px;
    border: solid 2px white;
    border-radius: 50%;
    margin: 20px 0 20px 0;
}

#img1:hover {
    width: 180px;
    height: 180px;
    border-radius: 80%;
}

.num {
    background-color:rgba(243, 225, 137, 0.689);
}

.num:hover,
#fri:hover {
    background-color: rgb(255, 255, 255);
}
