.time-container {
    width:100%;
    text-align: center;
    font-size: max(1.5vw, 16px); /* Ensures a minimum readable size */
    background-color: black;
    color: white; /* Makes text visible on black background */
    border-radius: 10px; /* Adds rounded corners for better design */
    padding:10px;
}


h2 {
    text-align: left;
    margin: 5% auto; 
}

h2 a {
    color: blue; /* Change to your preferred color */
    text-decoration: none; /* Removes underline */
}

h2 a:hover {
    color: red; /* Change color on hover */
    text-decoration: underline; /* Underline on hover */
}

.guide {
    text-align: center;
    font-size: 2vw;
}

#malaysia-time {    
    font-weight: bold;
}

body {
    background-color: black;
}

:fullscreen{
    background-color: black;
    display: inline;
}

::backdrop {
    background: black;	
}

p { 
    margin: 0em; 
    font-size: 10px;
}

h1 { 
    margin: 0em;
    color: #fbcb40;
}

h2 { 
    margin: 0em;
    color: white;
}

td {
    color:white;
}

input[type=text]{
  text-align: center;
  width: 100%;
  padding: 0px 0px;
  margin: 0px 0;
  display: inline-block;
  border: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  background-color: black;
  font-size: 4vw;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.color1 {
    color: #fbcb40;
    font-size: 2vw;
}

.color2{
    color: cyan;
    font-size: 2vw;
}

.title {
    color: #FFFFFF;
    font-size: 5vw;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vw;
  margin: 4px 2px;
  cursor: pointer;
}

.subj {
    color: #fbcb40;
    text-align: center;
    font-size: 3vw;
}

select {
    display: block;
    margin: 20px auto;
    padding: 10px;
    font-size: 1.5rem;
    width: 100%;
    max-width: 300px;
}

.imageN {
    max-width: 100vw;
    max-height: 80vh;
    width: auto;
    height: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f4f4f4;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #e0e0e0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
