@font-face {
  font-family: Druk;
  src: url(favorit-regular.woff);
}
html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  color: black;
  font-family: "Druk";
}
.wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}
.content, .section{
  max-width: 1000px;
  width: 100%;
  padding: 0 1.5em;
}
section{
  display: flex;
  flex-direction: column;
}
.content{
  margin-bottom: 1.5em;
}
h1{
  font-size: 1.5em;
}
h1{
  font-size: 1.5em;
}
.progresssection, .details{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.5em 0;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
}
.full{
  margin: 0 0 1.5em 0;
}


img{
  width: 100%;
  box-shadow: 0px 10px 29px -2px rgba(0,0,0,0.28);
}
.progress, .details img{
  height: 200px;
  width: 200px;
}

@media only screen and (max-width: 700px) {
  .progresssection, .details{
    justify-content: center;

  }
  .progresssection img , .details img{
    height: 60%;
    width: 60%;
    margin: 1.5em;
  }
}
