html {
    background-image: url('cittext.gif');
    height: 100%;
    
}
ul{
	list-style-image: url('citbul1a.gif');
}
ul ul
{
	list-style-image: url('citbul2a.gif');
}
ul ul ul
{
	list-style-image: url('citbul3a.gif');
}
.monitor {
    width: 820px;
    background-color:rgb(204, 255, 153, 0.25);
    margin:auto;
    overflow-y:hidden;
    overflow-x: hidden;
    border-radius: 0px;
    position:relative;
    border: 2px solid black;
}
.container {
    margin: 50px;
    background-color: white;
    font-family: Verdana;
    display: grid;
    grid-template-columns: 20% auto 20%;
    column-gap: 10px;
    row-gap: 10px;
    padding: 10px;
    height: 767px;
}
.banner-container { 
  background-image: url("banna2.gif");
  height: 82;
  width: 820;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin:auto;
}

.banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  outline: 2px solid black;

    }
 .navbar {
        width: 140px;
        height: 60px;
        position: relative;
        display: inline-block;
    }
    .navbar .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
       .navbar .img-click {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .navbar:hover .img-top {
        display: inline;
    }
    .navbar:active .img-click {
        display: inline;
}

.mininavbar {
        width: 100px;
        height: 20px;
        position: relative;
        display: inline-block;
    }
    .mininavbar .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
       .mininavbar .img-click {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .mininavbar:hover .img-top {
        display: inline;
    }
    .mininavbar:active .img-click {
        display: inline;
}
h1
{
  color: rgb(255, 102, 51);
  vertical-align: auto;
  font-size: 24pt; 
  font-family: Arial; 
  text-align: center; 
  font-weight: normal; 
  font-style: normal ;
}
h2
{
  color: rgb(255, 102, 51);
  vertical-align: auto;
  font-size: 24pt; 
  font-family: Arial; 
  text-align: center; 
  font-weight: bold; 
}
h3
{
  font-family: "Paprika", cursive;
	text-align: center; 
	font-size: 14pt; 
	color: rgb(255, 153, 0);
	
}
h4
{ text-align: center; 
	color: rgb(255, 51, 102);
	font-weight: normal; 
	font-size: 12pt; 
	font-style: normal; 
	font-family: Arial; 

}
h5
{
	color: rgb(51, 102, 0);
}
h6
{
	color: rgb(255, 102, 51);
}
body {
  margin: 10px;
  font-family: Arial; 
  font-style: normal; 
  font-weight: normal 
  }
p {
  margin: 10px;
}
.glow {
  color: #000;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ff6633, 0 0 40px #ff6633, 0 0 50px #ff6633, 0 0 60px #ff6633, 0 0 70px #ff6633;
  }
  
  to { 
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ff6633, 0 0 40px #ff6633, 0 0 50px #ff6633, 0 0 60px #ff6633, 0 0 70px #ff6633;
  }
}
.bottomtext {
    position:relative;
    text-align: right;
    margin: 10px;
    font-size: 10px;
}
 #counter img {
      width: 21px;   /* adjust size as needed */
      height: 27;
      margin: 2px;
    }