@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");



body {
  background-color: #010b24;
  margin: 0px 0 10px;
  width: 100%;
  height: 100%;
  

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

li{
  float: left;
}

/* li{
  float: :right;
} */

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #04AA6D;
}

.active {
  background-color: #04AA6D;
}


th {
    height: 55px;
}

.wel-msg{
  
position: absolute;
left: 500px;
top: -10px;

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 60px;
line-height: 77px;


color: #FFFFFF;
}

.sub-head{
  position: absolute;
  height: 38px;
  left: 100px;
  top: 150px;
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  
  color: #FBFBFB;
  }

.log_out-button {
  appearance: none;
  background-color: rgb(103, 171, 249);
  border: 0px solid #1A1A1A;
  border-radius: 10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  width: 120px;
height: 55px;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  will-change: transform;

  position: absolute;
  left: 90%;
  top: 60px; 
}

.log_out-button:disabled {
  pointer-events: none;
}

.log_out-button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.log_out-button:active {
  box-shadow: none;
  transform: translateY(0);
}



