label {
  display: block;
  margin: 5px 0;
  text-align: center;
  color: green;
  font-weight: bold;
  font-size: 20pt;
  font-family: monaco;
}
Label-2 {
display: block;
  margin: 5px 0;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 30pt;
  font-family: harlow solid italic;
}
label-3 {
 // display: block;
  margin: 5px 0;
 // text-align: center;
  color: blue;
  font-weight: bold;
  font-size: 15pt;
  font-family: monaco;
}
label-4 {
  display: block;
  margin-right: 50px;
  margin: 5px 0;
  text-align: left;
  color: blue;
  font-weight: bold;
  font-size: 10pt;
  font-family: monaco;
}
.dropdown{
  min-width: 59px;
  font-weight: bold;
  font-size: large;
}
.btn_old {
  background: #491f97;
  font-weight: bold;
  color:white;
  display: block;
  margin: 25px 0;
  border-block-style: ;
  border-color: yellow;
  font-size: large; 
  width:100px;
  height:40px;
}


btn_old {
background-color: #04AA6D; /* Green background */
border: none; /* Remove default border */
color: white; /* White text */
padding: 14px 28px; /* Space inside button */
text-align: center;
font-size: 16px;
border-radius: 8px; /* Rounded corners */
cursor: pointer; /* Pointer on hover */
transition: background-color 0.3s, transform 0.2s; /* Smooth effects */
}

