*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    min-height: 100vh;
       position: relative;
       display: flex;
       flex-flow: column;

}
header{
    background-color: aqua;
    display: flex;
    justify-content: space-between;
           width: 100%; 
           padding: 8px;

}
header .logo{
color: rgb(0, 0, 0);
}
header ul{
    display: flex;
    gap: 26px;
    width: 300px;
}
header ul li{
    list-style: none;
}
header ul li a{
    color: rgb(104, 62, 7);
    text-decoration: none;
}
footer{
position: absolute;
bottom: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 70px;
font-size: 24px;
background-color: aquamarine;
}
.frindCard{
    align-self: center;
    background-color: cadetblue;
    width: 500px;
    display: flex;
    flex-flow: column;
    justify-self: center;
  height: 300px;
  margin-top: 90px;
  padding: 20px;
  line-height: 3rem;
}
.form{
display: flex;
flex-flow:  wrap;
align-items: center;
justify-content: center;
margin-top: 40px;
padding: 10px;
background-color: aquamarine;
width: 90%;
min-height: 140px ;
align-self: center;
border-radius: 10px;
gap: 20px;
}
.form .inp{
    
margin: 2px;
font-size: 15px;
height: 30px;
border-radius: 7px;
padding: 5px;
}
.btn{
    margin-top: 10px;
 align-self: center;
    width: 80px;
    height: 30px;
    background-color: cadetblue;
    border: 0px;
    border-radius: 5px;
    
}
.id{
    width: 180px;
    align-self: center;
    margin-top: 20px;
    padding-left: 5px;
    border-radius: 8px;
    font-size: 16px;
  height: 30px;
}
.search{
    margin-top: 20px;
    width: 70px;
    align-self:center;
}