.month__1 {
  background-color: black;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

#eco_Cal {
  margin: 20px;
}

#eco_Cal1 {
  background-color: black;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.red {
  color: red;
  font-weight: bold;
}

.line_c {
  text-decoration: line-through;
}

.color_b {
  background-color: beige;
}

.color_a {
  background-color: rgb(219, 245, 236);
}

.major_indi {
  margin: 20px;
  bottom: 20px;
}

#RealTimeCal {
  margin: 5px;
  height: 100vh;
  width: 100%;
}
.point {
  background-color: aliceblue;
  color: black;
}

.point1 {
  margin: 10px;
}

.center {
  text-align: center;
}

.table1 {
  padding: 3px;
  border-bottom: 1px solid black;
  text-align: center;
}

.table2 {
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.table3 {
  padding: 5px;
}
.image {
  margin-top: 20px;
  margin-left: 20px;
}

.upmenu {
  display: flex;
  justify-content: space-between;
  background-color: blue;
}

.goupbtn {
  bottom: 40px;
  right: 4px;
  width: 38px;
  height: 38px;
  border-radius: 60%;
  background-color: #ffffff;
  border: red 4px solid;
  position: fixed;
  z-index: 1;
}
