html{
    height: 100%;
     width: 100%;
     scroll-behavior: smooth;
  
}
 body{
    height: 100%;
    width: 100%;
     background-image:url(bil-background.gif); 
    background-size: cover;
    margin: 0;
    position: fixed;
  
    
    
 }


#wrapper {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:10% 15% 15% 20% 15% 15% 10%;;
    grid-template-rows: 20% 20% 20% 20% 20%;

}
/*-----------------Typewriter-----------------------------*/
.typeJsWrapper {
  grid-row: 1;
  grid-column: 2 / 7;
  z-index: 300;
  display:flex;
  justify-content: space-around;
  align-items: center;
}
.typeJsWrapper .typeJsText {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 26px;
  display: inline-block;
  padding: 0;
  border-right: 1px solid #414141;
}

/*----------------------------------------------*/

#top-bar{
  grid-row: 3;
  grid-column: 1 / 8;
  z-index: 200;
  background-color: rgb(205, 205, 205);
  left: 0;
  right: 0;
  top: 35px;
  bottom:30px;
  height:10% ;
  opacity: 70%;
  position:fixed;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0;

}

#background-image{
grid-row: 1 / 8;
grid-column: 1 / 8;
z-index: 200 ;


}
 #button-1{
  grid-row: 2;
  grid-column: 3/6;
  z-index: 400;
  background-color: rgb(205, 205, 205);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0;
  box-shadow:  4px 4px 8px 0;
  opacity: 70%;
  margin-bottom: 20px;
  margin-top: 40px;
  


 }
 

  #button-2{
    grid-row: 3;
  grid-column: 3/6;
  z-index: 400;
  background-color: rgb(205, 205, 205);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0;
  box-shadow:  4px 4px 8px 0;
  opacity: 70%;
  margin-bottom: 20px;
  margin-top: 40px;
  


  }

  #button-3{
  grid-row: 4;
  grid-column: 3/6;
  z-index: 400;
  background-color: rgb(205, 205, 205);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0;
  box-shadow:  4px 4px 8px 0;
  opacity: 70%;
  margin-bottom: 20px;
  margin-top: 40px;


  }

  #text-1{
     grid-row: 2;
    grid-column: 4;
    z-index: 500;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    cursor:pointer; 

  }

  #text-2{
     grid-row: 3;
   grid-column: 4;
   z-index: 500;
   border-radius: 5px;
   margin-bottom: 20px;
   margin-top: 40px;
   font-family: 'Courier New', Courier, monospace;
   font-size: 24px;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   cursor:pointer; 




  }

  #text-3{
  
    grid-row: 4;
   grid-column: 4;
   z-index: 500;
   border-radius: 5px;
   margin-bottom: 23px;
   margin-top: 40px;
   font-family: 'Courier New', Courier, monospace;
   font-size: 24px;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   cursor:pointer; 



  }

  

  
   
    
