body {
  padding: 0;
  margin: 0;
  font-family: 'Kufam', sans-serif;
  font-family: 'Readex Pro', sans-serif;
}
.banner::before{
  width: 100%;
  display: block;
  content: "";
  height: 200px;
  border-bottom: 40px solid #67ae75;
  background-color: #2e7070;
  margin-bottom: 20px;
}
.banner {
  display: flex;
  justify-content: center;
  margin: auto;
}

.holder {
  content: "";
  margin: 60px auto;
  position: absolute;
  display: block;
  background-color: #ffff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
  z-index: 0;
  padding: 20px;
}

.logo-bg {
  display: flex;
  justify-content: center;
  background-color: #ffff;
  padding: 20px;
  border-radius: 50%;
  position: absolute;
  width: 150px;
  height: 150px;
  margin: 110px auto;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.logo-bg img{
  display: block;
  margin: auto;
  width: 100px;
}

.links {
  width: 700px;
  margin:120px auto;
  margin-bottom: 40px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
  padding: 40px;
  border-radius: 40px;
}

.sociallink {
  display: flex;
  align-items: center;
  border: 5px solid #67ae75 ;
  font-size: 28px;
  margin: 10px auto;
  border-radius: 60px;
  height: 90px;
  text-decoration: none;
  color: #2e7070;
}

.sociallink p {
  margin-right:20px ;
}
.sociallink img{
  height: 100%;
}

.sociallink i{
  font-size: 64px;
  margin: 5px;
  padding: 5px;
  border: 4px solid #2e7070;
  border-radius: 60px;
}

.footericons {
  display:flex;
  align-items: center;
  margin: 10px auto;
  max-width:800px;
  font-size: 40px;
}

.footericons img{
  height:120px;
  margin-right:20px;
}
.footer-text {
  margin: 20px auto;
  margin-bottom: 100px;
  width: 500px;
}

.secFooter {
  display: flex;
  flex-direction: column;
  height:500px;
  margin:30px;
}
#lastText {
  font-size: 30px;
}
