*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Courier New', Courier, 'monospace';
}
.contact h1{
   text-align: center;
}
*{
    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;
}
/* 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;
  }