*{
    margin: 0;
    padding: 0;
}
body{
    background-image:linear-gradient(to bottom right, rgb(217, 233, 196),#EEF2F7);
    
}

.header {
  overflow: hidden;
  background-image:linear-gradient(to bottom right, white,orange);
  padding: 20px 10px;
    
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 22px; 
  line-height: 15px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: brown;
  color: black;
}

.header a.active {
  background-color:darkorange;
  color:black;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}
main {
    margin-top:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abt h1{
    margin-top:90px;
    text-align: center;
  font-size: 50px;
  color: white;
}
.text2{
    text-align: center;
     line-height:1.7;
    font-size:25px;
    color: green;
}
.text3{
    text-align: center;
    line-height:1.7;
     font-size:24px;
}

.text {
    
    color:#e6acac;
   
}

#donate{
    text-align: center;
     padding: 20px;
     font-size: 16px;
    line-height:5;
    margin-left: 400px;
    background-color:#275464 ;
    border: none;
    font-weight: bold;
    color: rgb(235, 235, 13);
     transition: 300ms ease;
    text-decoration: none;
}


#donate:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 -5px 3px -3px brown, 0 5px 3px -3px white;
    transition: 300ms ease;
}

#donate:focus {
    outline: none;
}

footer{
    margin-top: 70px;
    font-size:19px;
     background-image:linear-gradient(to bottom right, white,darkorange);
     text-align: center;
     position: fixed;
      left: 0;
     bottom: 0;
    width: 100%;
 
  color:black;
  
}

@media screen and(max-width:320px){
    .header {
  overflow: hidden;
  background-image:linear-gradient(to bottom right, white,skyblue);
  padding: 20px 10px;
    
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 14px; 
  line-height: 20px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 20px;
  font-weight: bold;
}

    
.abt h1{
    text-align: center;
    margin-top:10px;
   font-size:22px;
    
  
}
.text2{
   
    font-size:18px;
}
.text3{
  
     font-size:10px;
     line-height:4;
}

.text {
    
    color:#e3d2cc;
   
}

#donate{
    line-height:3;
    margin-bottom:150px;
    margin-left:30px;
    text-align: center;
     padding: 15px;
     font-size: 12px;
    background-color:black ;
    border: none;
    font-weight: bold;
    color: rgb(235, 235, 13);
     transition: 300ms ease;
    text-decoration: none;
}


#donate:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 2rem 5rem 0 rgba(252, 162, 17, 0.5);
    transition: 300ms ease;
}

#donate:focus {
    outline: none;
}

footer{
    margin-top: 40px;
    font-size:12px;
     background-image:linear-gradient(to bottom right, white,orange);
     text-align: center;
     position: fixed;
      left: 0;
     bottom: 0;
    width: 100%;
 
  color:black;
  
}

}

@media(max-width:375px){
    .header {
  overflow: hidden;
  background-image:linear-gradient(to bottom right, white,skyblue);
  padding: 20px 10px;
    
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 12px; 
  line-height: 20px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 13px;
  font-weight: bold;
}

    
.abt h1{
    text-align: center;
    margin-top:10px;
   font-size:24px;
    
  
}
.text2{
   
    font-size:20px;
}
.text3{
  
     font-size:12px;
     line-height:4;
}

.text {
    
    color:lightcoral;
   
}

#donate{
    line-height:3;
    margin-bottom:150px;
    margin-left:100px;
    text-align: center;
     padding: 15px;
     font-size: 12px;
    background-color:black ;
    border: none;
    font-weight: bold;
    color: rgb(235, 235, 13);
     transition: 300ms ease;
    text-decoration: none;
}


#donate:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 2rem 5rem 0 rgba(252, 162, 17, 0.5);
    transition: 300ms ease;
}

#donate:focus {
    outline: none;
}

footer{
    margin-top: 40px;
    font-size:13px;
     background-image:linear-gradient(to bottom right, white,skyblue);
     text-align: center;
     position: fixed;
      left: 0;
     bottom: 0;
    width: 100%;
 
  color:black;
  
}

}

@media(max-width:425px){
    .header {
  overflow: hidden;
  background-image:linear-gradient(to bottom right, white,skyblue);
  padding: 20px 10px;
    
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 16px; 
  line-height: 20px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 18px;
  font-weight: bold;
}

    
.abt h1{
    text-align: center;
    margin-top:10px;
   font-size:23px;
    
  
}
.text2{
   
    font-size:21px;
}
.text3{
  
     font-size:11px;
     line-height:4;
}

.text {
    
    color:green;
   
}

#donate{
    line-height:3;
    margin-bottom:150px;
    margin-left:150px;
    text-align: center;
     padding: 15px;
     font-size: 12px;
    background-color:black ;
    border: none;
    font-weight: bold;
    color: rgb(235, 235, 13);
     transition: 300ms ease;
    text-decoration: none;
}


#donate:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 2rem 5rem 0 rgba(252, 162, 17, 0.5);
    transition: 300ms ease;
}

#donate:focus {
    outline: none;
}

footer{
    margin-top: 40px;
    font-size:14px;
     background-image:linear-gradient(to bottom right, white,skyblue);
     text-align: center;
     position: fixed;
      left: 0;
     bottom: 0;
    width: 100%;
 
  color:black;
  
}

}