body {
  width: 100vw;
  height:auto;
  align-items: center;
  background-color: #eadee0;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  
}

.welcome {
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: 8%;
  display: flex;
  align-items: center;
  position: fixed;
}

.content {
  width: 100%;
  min-height: 65%;
  height: auto;
  align-items: center;
  padding-top: 4%;
}

.footer {
  width: 100%;
  height: 5%;
  display: flex;
  align-items: center;
} 

.cbody {
  width: 100%;
  height: auto;
  min-height:100%;
  display: flex;
  flex-direction: column;
}

.cimage {
  width: 100%;
  height: auto;
}

.cinfo {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-left: 2%;
}

.c-img {
  width: 100%;
  height: auto;
}

.ch3{
  font-size: 25px;
  color: #04036ccf;
  text-shadow: 0 0 black;
}

.ch6{
  font-size: 18px;
  font-weight: 600;
  color: black;
  text-shadow: 0 0 black;
}


.cpa {
  font-size: 16px;
    color: black;
    line-height: 30px;
    text-align: justify;
    width: 91%;
    padding-left: 2%;
    padding-right: 2%;
}

sup {
 text-decoration:none;
}