body {
    background: rgb(221, 221, 221);
    background: -moz-linear-gradient(32deg, rgb(152, 152, 152) 0%, rgb(255, 222, 222) 21%, rgb(255, 255, 255) 66%, rgb(187, 187, 187) 100%, rgb(198, 198, 198) 100%);
    background: -webkit-linear-gradient(32deg, rgb(159, 159, 159) 0%, #ffe2e2 21%, rgb(255, 255, 255) 66%, rgb(190, 190, 190) 100%, rgb(219, 219, 219) 100%);
    background: linear-gradient(32deg, rgb(193, 193, 193) 0%, rgb(255, 221, 221) 21%, rgb(255, 255, 255) 66%, rgb(215, 215, 215) 100%, rgb(226, 226, 226) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060606",endColorstr="#393939",GradientType=1);  
    background-attachment: fixed;
    background-size: cover;
    height: auto;
  }
.head{
  font-family: 'Poppins', serif;
    display: flex;  
    justify-content: center;  
    align-items: center;  
    padding-top: 30px;
    margin-left: -1000px;
}
.science{
  font-family: 'Poppins', serif;
    display: flex;  
    justify-content: center;  
    align-items: center;  
    padding-top: 20px;
    margin-top: -80px;
    margin-left: -800px;
    color: rgb(44, 44, 44);
}

.science3{
  font-family: 'Poppins', serif;
    display: flex;  
    justify-content: center;  
    align-items: center;  
    padding-top: 30px;
    color: rgb(44, 44, 44);
}

.science2{
  font-family: 'Poppins', serif;
    display: flex;  
    justify-content: center;  
    align-items: center;  
    padding-top: 30px;
    color: azure;
}

.science4{
  font-family: 'Poppins', serif;
    display: flex;  
    margin-left: 10px;
   
    color: azure;
}
.link{
  font-family: 'Poppins', serif;
    display: flex;  
    justify-content: right;  
    align-items: center;  
    color: rgb(255, 171, 171);
    margin-right: -200px;
}

.btn-hover {
  font-family: 'Poppins';
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-hover:hover {
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:active {
box-shadow: 0px 0px 20px rgb(0, 0, 0);
transform: translateY(4px);

}

.btn-hover.color-7 {
  background-image: linear-gradient(32deg, #5100e7, #842491, #0175d4, #04aab6 );
}

.Infobox {
  display: grid; 
  width: 80%;
  margin-left: 10%;
  background: linear-gradient(-32deg, rgba(6, 6, 6, 0.219) 0%, rgba(42, 6, 6, 0.39) 21%, rgba(51, 2, 2, 0.349) 66%, rgba(65, 24, 0, 0.466) 100%, rgba(56, 0, 34, 0.329) 100%);
  border-radius: 10px;
  margin-top: 30px;
  color: white;
  font-family: 'Poppins';
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.479);
}

.CenterBox {
  display: grid;
  grid-template-columns: 90%; 
  grid-column-gap: 1em;
  justify-content: center;  
  align-items: center; 
  margin-bottom: 20px;

}
.CenterBox > div {
  background: linear-gradient(32deg, rgba(22, 22, 22, 0.219) 0%, rgba(80, 0, 0, 0.39) 21%, rgba(80, 6, 6, 0.349) 66%, rgba(138, 53, 3, 0.466) 100%, rgba(105, 1, 36, 0.329) 100%);
  padding: 1em;
  border-radius: 10px;
  padding-bottom: 0em;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.479);
}
.CenterBox > div:nth-child(odd) {
  background: linear-gradient(32deg, rgba(22, 22, 22, 0.219) 0%, rgba(80, 0, 0, 0.39) 21%, rgba(80, 6, 6, 0.349) 66%, rgba(138, 53, 3, 0.466) 100%, rgba(105, 1, 48, 0.329) 100%);
  padding: 1em;
  border-radius: 10px;
  padding-bottom: 0em;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.479);
}

.TopLocInfo {
  display: grid;
  grid-template-columns: 100%; 
  justify-content: center;  
  align-items: center;
}
.TopLocInfo > div {
  background-color: rgba(0, 0, 0, 0.349);
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1em;
}
.TopLocInfo_grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  justify-items: stretch;

}
.TopLocInfo_grid > div {
 
  border-radius: 10px;


}

.tab{
  font-family: 'Poppins', serif;
    display: flex;  
    justify-content: center;  
    align-items: center;  
}