li{
  font-family: sans-serif;
  font-size: 130%;
  text-align: center;
  padding-top: 8px;
  padding-left: 1%;
  padding-right: 1%;
  list-style-type: disc;
  list-style-position: inside;
}
ul{
  padding-left: 20px;
}

/*-Fade down effect-*/
.bgimg{
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,162,232) 79%);
  background-repeat: no-repeat;
  padding: 2px;
  /* height: 220px; */
}

body{
  padding:0px;
	padding-top: 28px;
  margin:0px;
	background-color: white;
  justify-content: center;
  align-items: center;
}

/*START text box*/
.align{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.wrapper{
  margin-top: 10px auto;
	margin-bottom: 30px;
  width: 70%;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: lightgray;
  border: 5px solid rgb(18, 179, 248);
  border-bottom: 8px solid rgb(19, 157, 216);
  position: relative;
}


.wrapper img {
  max-width: 400px;
  float: right;
  border-radius: 20px;
  margin-right: 8%;
  margin-bottom: 1px;
  margin-left: 5px;
  transition: transform 0.3s ease;
  border: 2px solid rgb(19, 157, 216);
  position: relative;
  z-index: 2; 
}
  @media (max-width:850px) {
    .wrapper img{
      max-width: 100%;
      float:none;
      margin-right: 0;
      margin-left: 0;
    }
  }
  @media (max-width:880px) {
    .wrapper {
      width: 100%;
    }
  }

p{
  font-family: sans-serif;
  font-size: 130%;
  text-align: center;
  padding-top: 8px;
  padding-left: 10%;
  padding-right: 10%;
}

h1 {
	text-align: center;
	font-family: kalam,sans-serif;
	padding-top: 79px;
	font-size: 35px;
  font-weight: bold;
}
h2 {
  text-align: center;
  font-family: kalam, sans-serif;
  font-weight: bold;
  padding: 20px;
  padding-top: 40px; 
  font-size: 30px;
  position: relative;
  z-index: 1; 
}

h2::before {
  content: '';
  position: absolute;
  top: 20px; 
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 3px;
  background: linear-gradient(to right, #00abee, #ffffff, #00abee);
  border-radius: 2px;
  z-index: -1; 
}

h5, h5 a{
  text-align: center;
  font-family: sans-serif;
  padding-left: 20px;
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  transition: font-size 0.3s ease;
}

h5 a:hover{
  color: #28bfff;
    text-decoration: underline;
    font-size: 19.5px;  
    transition: color 0.3s ease;
}

h5 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

h4{
  float: right;
  font-family: sans-serif;
  color: white;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  padding-right: 5%;
  font-size: initial;
}