body {
  font-family: sans-serif;
}

.latiom-page {
  max-width: 930px;
  margin-top: 130px;
}

.latiom-bg {
  background-image: url("Platform.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.text-justify {
  text-align: justify;
}

.enter-btn
{
    margin-top: 135px;    
    margin-bottom: 135px;
}

table {
  border-spacing: 10px;
}

table td {
  vertical-align: top;
  text-align: center;
}

th {
  font-size: 14px;
  font-weight: bold;
}

td {
  font-size: 10px;
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
}

.logo-top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 100px;
  z-index: 1000;
}

/* Hide the checkbox */
#menu-toggle {
  display: none;
}

/* Burger icon */
.menu-icon {
  font-size: 2rem;
  color: white;
  cursor: pointer;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 20;
}

/* Hidden by default */
.nav-menu {
  display: none;
  position: fixed;
  top: 3.5rem;
  left: 0;
/*  background: none; */
  padding: 1rem;
  border-radius: 0.5rem;
  z-index: 15;
  flex-direction: column;
  width: fit-content;
  margin: 0;
}

/* Show menu when burger is toggled */
#menu-toggle:checked + .menu-icon + .nav-menu {
  display: flex;
}

.nav-menu .btn.active {
    background-color: #a3c9f1 !important;
    color: black !important;
    border-color: black !important;
  }

