html{
  height: 180%;
   width: 100%;
    scroll-behavior: smooth;


}
  body{
    height: 100%;
    width: 100%;
      background-image:url(bil-background.gif); 
  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%;



  }
      



#button-1{
  grid-row: 1 ;
   grid-column: 3 ;
   z-index: 500;
   background-image: url(button1.png);
   background-repeat: no-repeat;
    background-size: cover;
   border-radius: 10px;
   border: 2px solid black;
   margin-bottom: 40px;
   margin-top: 20px;
   font-family: 'Courier New', Courier, monospace;
   font-size: 30px;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   cursor:pointer; 







}

#button-2{
  grid-row: 1 ;
   grid-column: 5;
   z-index: 500;
   background-image: url(tullangen.png);
   border-radius: 10px;
   border: 2px solid black;
   margin-bottom: 40px;
   margin-top: 20px;
   font-family: 'Courier New', Courier, monospace;
   font-size: 30px;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   cursor:pointer; 
   






}


#button-3{
  grid-row: 2 ;
   grid-column: 5;
   z-index: 500;
   background-image:url(spel2.png);
    background-repeat: no-repeat;
    background-size: cover;
   border-radius: 10px;
   border: 2px solid black;
   margin-bottom: 40px;
   margin-top: 20px;
   font-family: 'Courier New', Courier, monospace;
   font-size: 28px;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   cursor:pointer; 
   

}

#button-4{
  grid-row:2  ;
   grid-column: 3;
   z-index: 500;
   background-image:url(wix.png);
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 10px;
    border: 2px solid black;
   margin-bottom: 40px;
   margin-top: 20px;
   font-family: 'Courier New', Courier, monospace;
   font-size: 30px;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   cursor:pointer; 
  
}

#button-5{
  grid-row: 3 ;
   grid-column: 3 ;
   z-index: 500;
   background-image:url(bildatabasen.png);
    background-repeat: no-repeat;
    background-size: cover;
   border-radius: 10px;
   border: 2px solid black;
   margin-bottom: 40px;
   margin-top: 20px;
   font-family: 'Courier New', Courier, monospace;
   font-size: 30px;
   font-weight: bold;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   cursor:pointer; 
 






}
#back-button{
  grid-row: 4;
  grid-column: 2;
  width: 150px;
  height: auto;
  left: 20px;
  bottom: 20px;
  z-index: 500;
  font-size: 30px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  display: flex;  
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  
  




}
  