.calendar{
  width: 80%;
  max-width: 1000px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  -ms-zoom: 50%;
 
}

@media screen and (width <= 1050px){
  .calendar{
    zoom: 85%;
  }
}

.update{
  background-color: gray;
  width: 400;
  height: 250;
}
.testtt{
  color: red;
}


.caltitle{
  text-align: center;
font-family: 'Bebas Neue';
font-size: 50px;
width: 100%;
background-color: rgb(17, 17, 19);
border-radius: 5px;
}

.calendarflx{
  

border-radius: 7px;
background-size: cover;
}

.dayr1{
  height:150px;
  display: flex;
  width:100%;
  

}

.day{
  width: 13%;
  border: none;
 
color: rgb(154, 154, 154);
  border-width: .1px;
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  border-radius: 10px;
  perspective: 1000px;
}

.noday{
    width: 13%;
  border: none;
  background-color: rgb(21, 21, 22);
color: rgb(154, 154, 154);
  border-width: .1px;
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  border-radius: 10px;
}






.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;

  transition: transform .8s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  
}
.flip-card-inner2 {
  position: relative;
  text-align: left;
  transition: transform .8s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

  
}

.day:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: rgb(17, 17, 19);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  text-align: center;
font-size: 70px;

}

.num{
  margin-top: 25%;
  color: rgb(228, 228, 228);
  perspective: 500px;
  transform: translateZ(-100px);
  transform-style: preserve-3d;

}


.numo{
  margin-top: 25%;
  color: rgb(22, 107, 126);
  perspective: 500px;
  transform: translateZ(-100px);
  transform-style: preserve-3d;
}

.flip-card-back {
  background-color: rgb(17, 17, 19);
  color: white;
  font-size: 15px;
  transform: rotateY(180deg);
  text-align: center;
  border-radius: 10px;
   
}

.flier-link{
  
color: white;

}

.time{
  font-size: 20px;
  margin-top: 10px;
  color: rgb(215, 215, 215);
}







