body {
   background-position: center;
   text-align: center;
   font-family: helvetica;
   background-image: url("waterbg4.gif");
   background-repeat: no-repeat;
   background-size: cover;
}

@font-face {
  font-family: roboto;
  src: url("RobotoSlab-Regular.tff") format("truetype") ;
  
  
  
  }


 
main {
   margin-left: auto;
   margin-right: auto;
   max-width: 80%;
   max-height: 100%;
}


article {
  flex: 1;
  color: white;
  font-size: 20px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  
}

strong {
  font-family: italic;
  font-size: 50px;
}


p {
  line-height: 30px;
  margin-bottom:10px;
}

  


header {
  background-image: url("water.png");
  border-style: ridge;
  border-color: silver;
  
  
}

h2 {
  background: linear-gradient(0deg, #0052D4 0%, #65C7F7 100%);  
  border-style: ridge;
  margin: 5px;
  border-color: silver;
  
}

h3{
  margin-bottom: 10px;
  }



.grid-container{
  min-height: 1080px;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-template-rows: 20% 26.6% 26.6% 26.6%;
  gap: 10px;
  grid-template-areas: 
  "box-1 box-1 box-1"
  "box-2 box-3 box-4"
  "box-2 box-3 box-4"
  "box-2 box-3 box-4";
  align-items: stretch;
   }
 
 
.box1{
  display:inherit;
  align-items: center;
  font-size: 15px;
  margin-top: 10px;
}


.box2{
  height:500px;
  background-color: #3245D2;
  overflow-y: auto;
  display:inherit;
  justify-content: center;
  align-items: center;
  border: 5px ridge #083a0b;
  font-size: 15px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.box2 a {
  color: #31c408;
  border-style: inset;
  border-radius: 4px;
  border-color: teal;
  margin: 3px;
  display: block;
  padding: 12px;
  text-decoration: none;
}


.box2 a:hover{
  background-color: #4079b5;
}

.box2 a.active{
  background-color: #06795B; 
  color: #000000;
  
}



.box3{
  display:inherit;
  justify-content: start;
  align-items: start;
  text-align: left;
  border: 5px ridge #083a0b;
  font-size: 15px;
  margin-bottom: 50px;
  margin-top: 10px;
  background-color: teal;
}


.box4{
  display:inherit;
  justify-content: center;
  align-items: center;
  border: 5px ridge #083a0b;
  font-size: 15px;
  margin-bottom: 50px;
  margin-top: 10px;
  background-color: #3245D2;
}

.review{
  color:black;
  
  }


.cover{
  max-width: 300px;
  border-style: ridge;
  border-color: silver;
  
  
  }
.a-cover{
  max-width: 300px;
  border-style: ridge;
  border-color: silver;
  
  }



.show {
  max-width: 150px;
  border-style: ridge;
  border-radius: 5px;
  border-color: silver;
  background-color: #3245D2;
  font-size: 10px;
  }


.gablota{
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; 
  align-items: center;
  gap: 10px;
  
  
  }













