body{
    font-family: 'Poppins';
    background: url('bg2.svg');
    background-size:cover;
    background-repeat: no-repeat;
 
}
#abt,
#hiw {
    transition: .5s;
}

#abt:hover {
    font-size: 20px;
}

#hiw:hover {
    font-size: 20px;
}

.btn-donate1:hover {
    transform: rotate(-5deg);
    font-size: 18px;
}

#nav-fixed {
    position: fixed;
    top: 0;
    opacity: .5;
    z-index: 1;
    font-style: italic;  
}


#nav-fixed:hover {
    opacity: 1;
}

footer span{
    font-size: 2.2rem;
    color:rgba(17, 64, 132,.9) ;
    transition: .5s;
}

footer .container{
    color:rgba(17, 64, 132,.9);
    font-size:16px;
}

footer .container a{
    color:rgba(17, 64, 132,.9);
    font-size:16px;
}
footer .container .col h5 {
    color:rgba(17, 64, 132,.9) ;
    font-weight: 600;
}
footer .container .col li a {
    color:rgba(17, 64, 132,.9) ;
    font-size: 16px;
    transition: 1s;
}

footer .container .col li a:hover{
    font-size: 20px;
}



footer span:hover{
    font-size:3rem;
}


.btn-donate1 {
    transition: .5s;
}

.btn-donate1:hover {
    transform: rotate(-5deg);
    font-size: 18px;
}

#btn-donate {
    background: #114084;
    color: white;
    border-radius: 5px;
    transition: transform .5s;
}


/* content */

.content{
    margin-top:100px;
    height: 70vh;
    font-size:20px;
}

.about-content{
    
    width: 50%;
    float: right;
    height: 100%;   
    text-align: justify; 
    text-indent: 50px;
    padding-right:100px;
    color:black;
    
}


