body {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.main {
  padding: 20px;
  margin-top:100px;
}
.main *{
      color:#fff !important;
}
.main h1{
    font-size: 30px;
    margin:40px 0 !important;
}
.main h2{
    font-size:26px;
    line-height: 50px;
    margin-bottom:40px !important;
    border-bottom: 1px solid #fff;
}
.main p{
    font-weight:700;
    font-size: 20px;
    margin-bottom:35px !important;
}
.main img{
    max-height:700px;
}
.contract{
    background:#fff;
    padding:20px;
    opacity: 1;
}

 p.style1 {
    color:#ff6dc6 !important;
 }
 p.style2 {
    color:#000 !important;
 }

footer{
    color:#fff !important;
}
ul li a{
    color:#fff !important;
    text-decoration: none !important;
    margin-left:5px;
}