
timer {
	text-decoration-color: aqua;
	text-align: center;
    font-size: 50pt;
}
timered {
	text-decoration-color: aqua;
	color: #B50000;
	text-align: center;
    font-size: 50pt;
}
timerdes {
	text-decoration-color: aqua;
	text-align: center;
  font-size: 20pt;
 
}


ketua {
	 font-family: var(--primary_font);
 	color: #B50000;
	text-align: center;
    font-size: 50pt;
}
 
.phitam {
	 font-family: var(--primary_font);
 	color: #121111;
	 
    font-size: 12pt;
}
 
#tim {
    font-family: var(--primary_font);
 	background-color: #B50000;
		color: aliceblue;
   font-weight: 600;
  
  border-radius: 20px;
  background-color: #B50000;
  padding: 10px;
	line-height: 1.1;
  
}

@media screen and (max-width: 768px) {
timer {
	text-decoration-color: aqua;
	text-align: center;
  font-size: 25px;
 
	}
	
	timerdes {
	text-decoration-color: aqua;
	text-align: center;
  font-size: 12px;
	 
 
}
	#tim {
    font-family: var(--primary_font);
  background-color: #B50000;
		color: aliceblue;
   font-weight: 600;
 
  border-radius: 10px;

  padding: 2px;
	line-height: 1.1;
  
}

}
	
 
 
 
.topnav {
  overflow: hidden;
 
}

.topnav a {
  float: right;
  display: block;
    color: #B50000;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 15px;
	font-weight: 500;
}

.topnav a:hover {
   background-color: #B50000;
  color: #f2f2f2;
}

.topnav a.active {
  background-color: #B50000;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	  border-radius: 10px;
	  margin-right: -25px;
	 background-color:  #B50000;
	  color: aliceblue;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	   background-color: #B50000;
    position: absolute;
	  
	  margin-right: 3px;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
	 background-color:  #f2f2f2;
    float: none;
    display: block;
    text-align: left;
  }
	.topnav a:hover {
   background-color: #B50000;
  color: #f2f2f2;
}
}

	
