*{
    margin: 0px;
    padding: 0px;
    font-family: "DynaPuff", system-ui;
     background-color: #f9f3ec;

}
#back{
width: fit-content;
border: 2px solid #d4a373;
text-decoration: none;
}
#back:hover{
    border: 5px solid #d4a373;
}
#heading{
  text-align: center;
  display: inline;
  width: 100%;
}
#main-h{
  display: inline-block;
  
width:fit-content ;
 margin-left: 40%;
border-bottom: 5px solid #d4a373;
font-size: 40px;
word-spacing: 10px;
letter-spacing: 2px;
margin-right: 50%;
}
#cards1{
 
    width: 100% ;
    text-align: center;

}
#cards2{

width: 100%;
text-align: center;
}
#one,#two,#three,#four{
    margin: 50px;
    width: 30% ;
height: fit-content;
border: 8px solid #d4a373;
display: inline-block;
border-radius: 60px;
box-shadow: 2px 2px 20px #b57f56;

}

#one:hover{
  box-shadow: 2px 2px 20px #b57f56;
  border: 8px solid #d4a373;
  padding: 5px;
}
#two:hover{
  box-shadow: 2px 2px 20px #b57f56;
  border: 8px solid #d4a373;
  padding: 5px;
}
#three:hover{
  box-shadow: 2px 2px 20px #b57f56;
  border: 8px solid #d4a373;
  padding: 5px;
}
#four:hover{
  box-shadow: 2px 2px 20px #b57f56;
  border: 8px solid #d4a373;
  padding: 5px;
}
.cards{
    text-align: justify;
    width: 80%;
    margin: 0 auto;
height: fit-content;
margin-top: 20px;
font-size: 25px;
line-height: 35px;
}
#footer{
  
  width: 100%;
height: 20%;
    background-color: #b57f56;
  text-align: center;
  padding-bottom: 30px;

}
#f-p{
padding-top: 30px;
}
.p-f{color: #fff;
  font-size: 20px;
  background-color: #b57f56;
}
#icons{

text-align: right;
 background-color: #b57f56;
}
#git{
  width: 50px;
  height: 50px;
  border-radius:100% ;
    
}
#youtube{
   width: 50px;
  height: fit-content;
  border-radius:100% ;
   background-color: #b57f56;
}
#facebook{
   width: 50px;
   height: 50px;
  border-radius:100% ;
   
}
.anchor{
   background-color: #b57f56;
}

@media (max-width:700px)
{
  #one,#two,#three,#four{
    width: 100%;
  }
  #footer{
    width: 125%;

  }
}




























