* {
  margin: 0;
  padding: 0;
}

.img_resize {
  width: 35%;
  height: 110%;
  border: none;

}



body {
  font-family: 'Bahnschrift condensed';
  line-height: 1.25;
  background-color: #faf7f3;
  font-size: 26px;
}




.left_area {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.btn_go:link, .btn_go:visited {
  background-color:#54565A;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  width:74%;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.btn_go:hover, .btn_go:active {
  background-color: rgb(234, 170, 0);
      box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        color: #fff;;
}

input {
  width: 100%;
  padding: 5px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #115272;
  border-radius: 10px;
  outline: none;
}

.grid_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 15px;
  padding: 10px;

}

.grid_container > * {
  max-height:90vh;
  overflow:none;
  box-sizing:border-box;
  background-color: white;
  border: 2px solid #115272;
  margin: 12px;
  padding: 10px;
  
      background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 7px;
    transition: all 0.2s ease-in-out 0s;
}

select {
  width: 100%;
  padding: 5px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #115272;
  border-radius: 10px;
  outline: none;
}

option {
  text-align: center;
  color: #115272;
}

.buttonz {
  background-color: #169b1c;
  border: none;
  color: white;
  padding: 10px 9px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  cursor: pointer;
}

.buttonz:hover {
  background-color: #26bd32;
}

.btn_b:link, .btn_b:visited {
  background-color: #b1381a;
  color: white;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 20px;
}

.btn_b:hover, .btn_b:active {
  background-color: #f13c1c;
}



.des {
  text-align: center;

  font-size: 36px;
  color:  #54565A;

  margin-left: 25%;
  margin-right: 25%;
  

}

.desc {
  text-align: center;

  color: #114f6e;



}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background:#54565A;
}

::-webkit-scrollbar-thumb:hover {
  background: #54565A;
}

.color{
  color: #114f6e;
}

.main1{
    height:190px;
    width: 50%;
    position: center;
  overflow:none;
  box-sizing:border-box;
  background-color: white;
  border: 2px solid #115272;
  margin: 12px;
  padding: 10px;
  
      background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 7px;
    transition: all 0.2s ease-in-out 0s;
}
