body {
   background: #007878;
background: linear-gradient(360deg, rgba(0, 120, 120, 1) 0%, rgba(0, 112, 77, 1) 100%);
  background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;

min-height: 100vh;
}
html {
    transition: all .25s ease;
}
.headd {
    display: flex;
    margin: auto;
    text-align: center;
      align-items: center;
  justify-content: center;
}

.headd a {
    margin-left: 1rem;
    cursor: pointer;
}
.maincon {
    margin-top: 2rem;
    min-height: 85vh;
    margin-left: auto;
    margin-right: auto;
          align-items: center;
  justify-content: center;
  text-align: center;
   transition: all .25s ease;
}
.maincon h4:hover {
    scale: 110%;
    text-decoration: underline;
    cursor: default;
     transition: all .25s ease;
}
.cate {
    margin: auto;
    text-align: center;
    margin-left: auto;
          align-items: center;
  justify-content: center;
}
.cate section {
        margin: auto;
    text-align: center;
    margin-left: 2rem;

}
.ae {
       transition: all .25s ease;
}
.ae p:hover {
        scale: 110%;
    text-decoration: underline;
    cursor: default;
     transition: all .25s ease;
}
.DAMN a{
    font-size: 24pt;
}