html{
    height: 300%;
    width: 100%;
    scroll-behavior: smooth;

}

body{
  height: 100%;
  width: 100%;
  background-image: url( 'tullangen.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;  
  scroll-behavior: smooth;
}

#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%;
}
#top-bar{
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  z-index: 300;
  background-color: rgb(255, 255, 255);
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  height: 270px;
  position:fixed;
  border-radius: 10px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#search-bar{
  grid-row: 1;
  grid-column: 5;
  width: 20%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 50px;
  margin-left: 1000px;
  margin-top: 105px;
  border-radius: 10px;
  border: 2px solid rgb(200, 200, 200);
  border-color: black;
  font-size: 18px;
  padding-left: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

#side-bar{
  grid-row: 1 / 5;
  grid-column: 6;
  display:flex;
  z-index: 200;
 height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  margin-top: 300px;
  margin-bottom: 50px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  box-shadow: 20px 20px 15px rgba(80, 120, 173, 0.3);
  scroll-behavior: smooth;
   display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#logo{
  grid-row: 1;
  grid-column: 1;
  z-index: 300;
  background-image: url(../images.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15%;
  width: 15%;
 
  position: fixed;
  cursor: pointer;
}




#button-1{
  grid-row: 2;
  grid-column: 6 ;
  z-index: 700;
  font-size: 25px;
  font-weight: bold;
  display: flex;    
  color: white;
  background: linear-gradient(135deg, black, rgb(36, 36, 36), rgb(63, 63, 63));
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center; 
  border-radius: 10px;
  height: 20%;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#button-2{
  grid-row: 3;
  grid-column: 6 ;
  z-index: 700;
  font-size:25px;
  font-weight: bold;
  display: flex;    
  color: white;
  background: linear-gradient(135deg, black, rgb(36, 36, 36), rgb(63, 63, 63));
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center; 
  height: 18%;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#button-3{
  grid-row: 4;
  grid-column: 6 ;
  z-index: 700;
  color: white;
 font-size: 25px;
  font-weight: bold;
  display: flex;    
  background: linear-gradient(135deg, black, rgb(36, 36, 36), rgb(63, 63, 63));
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center; 
  height: 20%;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);

}
#button-4{
  grid-row: 5;
  grid-column: 6 ;
  z-index: 700;
  color : white;
  display: flex;    
   font-size: 25px;
  font-weight: bold;
  background: linear-gradient(135deg, black, rgb(36, 36, 36), rgb(63, 63, 63));
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center; 
  height: 20%;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
#button-5{
  grid-row: 6;
  grid-column: 6 ;
  z-index: 700;
  color : white;
  font-size: 25px;
  font-weight: bold;
  display: flex;    
  background: linear-gradient(135deg, black, rgb(36, 36, 36), rgb(63, 63, 63));
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center; 
  height: 20%;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
#main-content{
  grid-row: 1 / 4;
  grid-column: 2 / 6;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 300px;
  margin-bottom: 250px;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 20px 20px 15px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer; 
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
#main-content2{
  grid-row: 4 / 6;
  grid-column: 2 / 6;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0px;
  margin-bottom: 500px;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 20px 20px 15px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}



