 
body {
    background-color: #000000;
    color: #ffffff;
    font-family: Liberatoin Mono, monospace;
}

a:link {
  color: cyan;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav b {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav b:hover {
  background-color: #ddd;
  color: black;
}

.topnav b.active {
  background-color: #04AA6D;
  color: white;
}
a:visited { color:#ba5fa5; }


.h {
  color:cyan;
}

.q {
  color:cyan;
}

.ts td {
  padding: 0;
}

.ts {
  border-collapse:collapse;
}

#gbar {
  float:left;
  font-weight:bold;
  height:22px;
  padding-left:2px;
}

#gbh {
  border-top:1px solid #c9d7f1;
  font-size:0;
  height:0;
  position:absolute;
  right:0;
  top:24px;
  width:200%;
}

#gbi {
  background:#fff;
  border:1px solid;
  border-color:#c9d7f1 #36c #36c #a2bae7;
  font-size:13px;
  top:24px;
  z-index:1000;
}

#guser {
  padding-bottom:7px !important;
}

#gbar, #guser {
  font-size:13px;
  padding-top:1px !important;
}

@media all {
  .gb1, .gb3 {
    height:22px;
    margin-right:.73em;
    vertical-align:top;
  }
}

#gbi, .gb2 {
  display:none;
  position:absolute;
  width:8em;
}

.gb2 {
  z-index:1001;
}

#gbar a, #gbar a:active, #gbar a:visited {
  color:cyan;
  font-weight:normal
}

.gb2 a, .gb3 a {
  text-decoration:none;
}

.gb2 a {
  display:block;
  padding:.2em .5em;
}

#gbar .gb2 a:hover {
  background:#36c;
  color:#fff;
}


.center
{
  display: block;
  text-align: center;
  margin: 5px auto;
}

.center_table
{
  text-align: center;
  margin: 5px auto;
}

@font-face {
    font-family: "clockfont";
    src: url("alarm_clock.ttf");
 }


.clock {
 font-family: clockfont;
   font-size: 40px;
 }

        .page-container {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }
        
        .search-section {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin: 20px 0;
        }

        .navigation-bar {
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
        }

        .buttons-grid {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 5px;
            margin: 20px 0;
        }
