h1, h2, h3, p{
  margin: 0px;
}

h1{
  font-size: 1.5em;
}

h2{
  font-size: 1.2em;
}

span{
  font-size: 0.6em;
}

ul{
  margin: 0px;
  padding: 0px;
}

li{
  margin: 0px 10px;
  padding: 3px 0px;
  border-bottom: 0.5px solid #eee;
}

ul li{
  list-style-type: none;
}

section{
  margin-top: 20px;
}

.top-img{
  width: 100%;
}

.container{
  width: 92%;
  margin: auto;
}

.material-list-item{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.material-name{
  text-align: left;
}

.material-amount{
  text-align: right;
}

