*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Courier New', Courier, 'monospace';
}
#facebook{
    font-size: 40px;
    /* background-color: blue; */
    color: blue;
    border-radius: 30px;
}
#youtube{
    font-size: 40px;
    /* background-color: blue; */
    color: red;
    border-radius: 30px;
}
#instagram{
    font-size: 40px;
    /* background-color: blue; */
    color: purple;
    border-radius: 30px;
}
#twitter{
    font-size: 40px;
    /* background-color: blue; */
    color: rgb(77, 133, 206);
    border-radius: 30px;
}
#pinterest{
    font-size: 40px;
    /* background-color: blue; */
    color: rgba(238, 35, 8, 0.932);
    border-radius: 30px;
}
.about{
    padding-top: 30px;
}
.about h1{
    width:100%;
    height: 20vh;

    text-align: center;
    background-color: purple;
    color: white;
}
.aboutrap h1{
    text-align: center;

}
.aboutrap2 h1{
    font-size: 49px;
    font-weight: bold;
    background-color: wheat;
}
.aboutrap2 p{
    font-size: 25px;
    background-color: wheat;
    font-weight: bold;
    text-align: center;
}
.aboutrap1{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap:20px ;
}
.aboutrap2 img{
    width: 100%;
    height: 50vh;
}
.aboutrap3 h1{
    text-align: center;
}
.aboutrap4{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:20px ;
    background-color: rgb(27, 24, 24);
}
.aboutrap5 img{
    width: 100%;
    height: 50vh;
border-radius: 30px;
margin-top: 30px;
}
.aboutrap5 h1{
    color: white;
    text-align: center;

}
.aboutrap5 p{
    text-align: center;
    color: white;
}
/* footer */
.foot{
    width: 100%;
    padding-top: 30px;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-image: url(./footer\ bag1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer1 h1{
    text-align: center;
    color: white;
  }
  .footer img{
    width: 100%;
    height: 50vh;
    border-radius: 60px;
    padding: 40px;
  }
  .footer3 h1{
    text-align: center;
    font-size: 20px;
  }