@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,800&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .4s linear;
    box-sizing:border-box;
}

*::selection{
    background:rgb(35, 118, 251);
    color:#fff;
}

html{
    font-size: 60%;
    overflow-x: hidden;
    scroll-padding-top:5rem;
    scroll-behavior: smooth;
}

section{
    padding:5rem 0 5rem 0;
}

.heading-link {
    text-align: center;

}

.heading-link{
    text-align: center;
}
  
.heading-link h2 {
    font-size: 4rem;
    text-transform: capitalize;
    color:rgba(10, 39, 134, 0.925);
    text-align: center;
    background: linear-gradient(45deg,rgb(172, 208, 248),rgb(255, 167, 196)); 
  
}
  
.heading-link p {
    font-size: 2rem;
    line-height: 2;
    color:rgba(10, 39, 134, 0.925);
    text-align: center;
    background: linear-gradient(45deg,rgb(172, 208, 248),rgb(255, 167, 196)); 

}

.inform_about{
    padding: 2rem 5%;
}
  
.heading-link a {
    color:rgba(10, 39, 134, 0.925);
}
  
.heading-link a:hover {
    color:rgb(245, 10, 120);
    text-decoration: underline;
}

.inform_about .exer .content p{
    font-size: 1.8rem;
    color:black;
    text-align:justify;
}

.inform_about .exer .content h4{
    font-weight: 400;
    color:green;
    font-size: 2rem;
    text-align:justify;
}

.exer p{
    font-size: 1.8rem;
    color:rgba(10, 39, 134, 0.925);
    text-align:justify;
}

.heads{
    color:rgb(211, 142, 13);
    font-size: 2rem;
    text-align:justify;
}

.inform_about .exer h3{
    text-align: justify;
    justify-content: center;
    font-size: 4rem;
    font-weight: 400;
    color:black;
}


.credits{

    text-align: center;
    justify-content: center;
    color:rgba(10, 39, 134, 0.925);
    font-size: 15px;
    font-weight: 400;
    margin: 2rem;
    padding: 2rem;
    border-top: .2rem solid rgba(10, 39, 134, 0.925);
    text-transform: capitalize;
    background: linear-gradient(45deg,rgb(172, 208, 248),rgb(255, 167, 196)); 


}

@media(max-width:768px){
    .heading{
        width:40rem;
        font-size: 1.7rem;
    }
    .inform_about .content h3{
        font-size: 3rem;
    }
    .inform_about .content p{
        font-size: 1.5rem;
    }
}



 