.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-button {
  background-color: #05386b;
  color: white;
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 100%;
  border: 2px solid #05386b;
}
.main-button:hover {
  background-color: #05386b;
  border: 2px solid #05386b;
}

.secondery-button {
  background-color: white;
  color: #05386b;
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 100%;
  border: 2px solid #05386b;
}
.secondery-button:hover {
  background-color: #ededed;
}
.split {
  width: 100%;
  padding: 0;
  margin: 0;
}
.split img {
  width: 100%;
  padding: 0;
  margin: 0;
}
.splitroundextention {
  background-color: #eeeeee;
  padding-bottom: 80px;
}
.center-20 {
  width: 20%;
  margin: auto;
}
.image-container img {
  width: 100%;
}
.fullheight {
  height: 100%;
  max-height: 100%;
}
