#page-home > * {
  margin: 10px;
}
#page-home h4 {
  font-weight: 100;
}
#page-home select {
  color: #606060;
}
#page-home #upload {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-home #upload svg {
  fill: #7017ef;
}
#page-home h6 {
  font-weight: 100;
}
