* {
  margin: 0;
  padding: 0;
}

.img_resize {
  width: 35%;
  height: 130%;
  border: none;

}

img {


  width: 85%;
  height: 35%;
  border: 2px solid black;

  
}

body {
  font-family: 'Bahnschrift condensed';
  line-height: 1.25;
  background-color: rgb(238, 238, 238);
  font-size: 26px;
}

.text {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #114f6e;
    cursor: default;
}

header {
  position: fixed;
  background: #115272;
  padding: 20px;
  width: 100%;
  height: 40px;
}

.left_area {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.btn_go:link, .btn_go:visited {
  background-color: #0caa53;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  width:60%;
}

.btn_go:hover, .btn_go:active {
  background-color: #1bdd72;
}

.btn2:link, .btn2:visited {
  background-color: #0caa53;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  width:30%;
}

.btn2:hover, .btn2:active {
  background-color: #1bdd72;
}

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: 5px;
  padding: 10px;
  text-transform: uppercase;
}

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;
}

hr{
  border: 10px solid #114f6e;
}

.des {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  color: #114f6e;
  border: 3px solid #114f6e;
  margin-left: 25%;
  margin-right: 25%;
  padding: 20px;
  border-radius: 50px;
  background-color: white;
  cursor: default;
}

.desc {
  text-align: center;
  text-transform: uppercase;
  color: #114f6e;



}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #115272;
}

::-webkit-scrollbar-thumb:hover {
  background: #166a94;
}

.color{
  color: #114f6e;
}
