#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 30vh;
}
ul {list-style-type: square;}

.margin{
  margin:50px;
}

footer {
  margin-top: auto;
  background-color: #89c7de;
}
.fig img{
  width:100%;
}

.title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
