
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body {
    height: 100%;
    width: 100%;
}
.top {
  background-color: white;
}
.my {
  background-color: white;
}
body{
    overflow: auto;
    background: linear-gradient(to bottom, white, rgb(108, 238, 108));
    font-family:Tahoma;
    font-size:15px;
  }
  
  /* Headers Style */
  .ab{
    text-align:center;
    font-size:5em;
    color:rgb(2, 7, 54);
    text-shadow: 0px 3px 7px rgb(3, 136, 177);
  }
  
  .abc{
    text-align:left;
    font-size:3em;
    color:#020f5c;
    margin-left:120px;
    margin-bottom:-5px;
    
  }
  
  /* h3{
    text-align:left;
    font-size:2em;
    color:#fff;
    background:#007E30;
    padding-left:120px; 
  } */
  
  /* Image top of the menu */
  .TopImage{
    position:relative;
    left:110px;
    z-index:2;
    width:300px;
    margin-bottom:-2px;
  }
  
  /* Text boxes style */
  .messagebox{
    width:80%;
    height:200px;
    background-color:white;
    position:relative;
    left:120px;
    line-height: 1.5em;
    padding:25px;
    margin-bottom: 50px;
    border-left:5px solid #050385;
  }
  
  /* Text boxes style in hover */
  .messagebox:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }
  
  /* Default shadow style */
  .shadow{
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  /* CoronaVirus Animation
  Default speed is: 10s
  MoveUpDown is a keyFrames that define the position*/
  .animatediv{
    animation: MoveUpDown 10s linear infinite;
    position: absolute;
    right: 300px;
    }
  /* position of corona animation */
  @keyframes MoveUpDown {
    0%, 100% {
      top: 850px;
    }
    50% {
      top: 1000px;
    }
  }
  
  /*Main Menu Style*/
      ul.menu {
          position:absolute;
      left:120px;
          background:#fff;
          width:300px;
      z-index:3;
          margin:0px;
          padding:0px;
          list-style: none;
          overflow:hidden;
      }
  
  .menu li a {
          width:300px;
          padding-left:15px;
          height:40px;
          line-height:40px;
          display:block;
          overflow:hidden;
          position:relative;
          text-decoration:none;
          font-size:15px;
          color:#686868;			
      }
  
      .menu li a:hover {
          background:#efefef;
      border-left:5px solid #050385;
      }
  
  /*Table Container Style*/
  #TblCon{
    background:#efefef;
  }
  
  /*Table Style*/
  .Tbl{
  width:70%;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  font-size:10px;  
  }
  
  #Txt{
     color:rgb(2, 7, 54);
     font-size:8em;
     text-align:center;
     text-shadow: 0px 3px 7px rgb(3, 136, 177);
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     font-weight: bolder;
    }

.line{
    height: 7vh;
    background-color: darkblue;
}
.top{
    display: flex;
    flex-direction: row;
    height: 3cm;
    position: relative;
}


.logo{
    width: 80px;
    height: 120px;
    margin: 1px 1cm;
}
.projname                   
{   position: relative;
    margin: 1px 1cm;
    top: 10px;
    font-size: 2em;
    text-align: center;
    width: auto;
    font-weight: bold;
    color: rgb(3, 3, 97);
    
}

button
{   width: 3cm;
    height: 42px;
    cursor: pointer;
    border: none;
    margin: 8px;
}

button:hover{
    background-color: antiquewhite;
}

.enter
{   display: flex;
    flex-direction: column;
    position: relative;
    height: 10px;
    margin: 0 3px;
}

.enter:hover .dropdown-content{                     /* For sub-categories of entertainment */
    display: inline;
}


.sublist{
    margin: 5px 10px;
}

.dropdown-content{
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    z-index: 20;
    background-color: white;
    min-width: 3cm;
    min-height:3cm;
    padding: 11px 0px;
    margin: 9px 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    
}

.dropdown-content a{
    position: relative;
    text-decoration: none;
    font-size: 1.2em;
    color: black;    
}
.dropdown-content a:hover {
  background-color: rgb(250, 227, 197);
}

.bar{
    position: relative;
    margin-top: 1cm;
    align-items: center;
}
 
   
