
  footer{
    background-color:  hsl(313, 64%, 19%);
  }
  footer img{
    width: 35px;
    height: 35px;
    border-radius: 10px;
  }
  .imgcont{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
  }
.footerfooter{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: aliceblue;
  padding: 20px;
  line-height: 30px;
  font-weight: bold;
  font-size: small;
}
  