body{
  font-family: 'Montserrat', sans-serif;
  min-width: 350px;
  max-width: 600px;
}
.test{
  display: flex;
  width:100%x;
  height: 120px;
  background-color: black;
  color: white;
  text-align: center;
  justify-content: flex-start;
}

.item{
  background-color: #d3140c;
}

.item img{
  background-color: #d3140c; width: 100px; height:100px; margin-top: 6px;
}
.item2{
  align-self: center ;
  flex-grow: 2;
}

a{
  text-decoration: none;
  color: white;
}
h2{
  font-size: 1.3em;
}
h3{
  font-size: 1em;
}