body{
    background-color: #f8f8f8;
}
#upper{
    text-align: center;
    background-color: #1f6e8b;
    margin-top: 2px;
    padding-bottom: 9%;
}
#upper>img{
    height: auto;
    width: 20%;
    margin-right: 80%;
}
#container{
    align-items: center;
   
}
#container>img{
    margin-top: 10%;
   
    height: auto;
    width: 8%;
}
#container>h1{
    font-size: 38px;
    color: white;
}
#box1{
    /* background-color: #f37e5d; */
    color: white;
    font-size: 32px;
    margin-left: 37%;
    margin-right: 37%; 
    
}

#container>p{
    font-size: 20px;
    color: white;  
}
#middle{
    text-align: center;
    background-color: #a0cc83;
    margin-top: -3%;
   
   
}
#middle>h2{
    padding-top: 5%;
    font-size: 40px;
    color: white;
}

#joinhands{
    display: grid;
    grid-template-columns: repeat(3,35%);
    grid-template-rows: repeat(1,auto);
    margin-right: 12%;
    margin-left: 12%;
    text-align: center;
    padding-bottom: 10%;
    gap: -5%;
    
}

.sound>img{
    height: auto;
    width: 30%;
    
}
.sound>p{
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 15px;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.sound>h3{
    font-size: 20px;
    color: white;
}
#lowerpart{
    text-align: center;
    padding-top: 1%;
}
#lowerpart>h1{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 27%;
    margin-right: 27%;
}
#lowerpart>p{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
}
#box2>img{
   width: 60%;
}

@media all and (min-width:100px) and (max-width:450px) {
#joinhands{
   display: grid;
    grid-template-columns: repeat(1,35%);
    
    
}
    
}

@media all and (min-width:450px) and (max-width:850px) {
    #joinhands{
        display: grid;
    grid-template-columns: repeat(2,35%);
   
    
}
    
}

/* footer styles start */
#footerGrid {
    /* border: 1px solid red; */
    background-color: white;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    padding: 20px;
    padding-left: 100px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
  }
  #footerGrid > div {
    padding: 20px;
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
  }
  #footerGrid > div > a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    padding: 3px;
  }
  #footerGrid > div > h4 {
    margin-bottom: 3%;
    padding-left: 3px;
  }
  #footerBox {
    display: flex;
  }
  #footerBoxDown {
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
    text-align: left;
    padding: 3px;
    padding-top: 35px;
  }
  #footerBoxDown > a {
    margin: auto;
    padding: 5px;
    padding-left: 20px;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
  }
  #termsfoot{
    /* margin: auto; */
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: gray;
  }
  #termsfoot>a{
    color: gray;
  }

  @media all and (min-width: 569px) and (max-width: 990px) {
    #footerGrid {
      grid-template-columns: repeat(2, 1fr);
      padding-left: 75px;
    }
  }
  @media all and (min-width: 0px) and (max-width: 569px) {
    #footerGrid {
      grid-template-columns: repeat(1, 1fr);
      padding-left: 30px;
    }
  }
/* footer styles end */