.headCalendar{
    background-color: coral;
}
td{
    border: 1px solid black ;
    width: 30px;
    height: 30px;
    text-align: center;
}
.hint{
    display: none;
}
.dayweek{
    background-color: lightsalmon;
}
.month, .nav{
    background-color: lightskyblue;
}
.nav{
    cursor: grab;
}

.day:hover{
    background-color: lightgreen;
}
.curentday{
    background-color: mediumaquamarine;
}