body{
  margin: 0;
} 
#wrap{
 width: 100%;

}
#footer{
  height: 90px;
  background-color: cadetblue ;
  margin-top: 60px; 
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
}
.button {
  display: inline-block;
  background: rgb(56, 151, 175);
  color: white;
  padding: 1rem 1.5rem;
  text-decoration: none;
  border-radius: 3px;
}
.Kards{
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}