

body{
    background-image:linear-gradient(to bottom right, white ,#f89868,white);
    font-family: 'Times New Roman', Times, serif;

}
#ms:hover {
    -webkit-transform: scale(1.05);
  }

  hr.new {

    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 50%;
  }

  .parallax {

    background-image: url("assets/donate/bg1.jpg");
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  @media screen and (max-width:376px){
    .h1{
      font-size:10px;
      
    }
    .p{
      font-size: small;
    }
  }

  @media screen and (max-width: 473px) {
 
    .animated h1 {
      font-size: 27px;
    }

    .typewriter h4 {
      font-size: 10px;
    }
    .display-4{
      font-size: 2rem;
    }
  
  }