.Container{
  display: flex;
  justify-content: center;
}
.label{
  margin-left: 2rem;
}

.Results{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#submit{
  margin-top: 3rem;
  margin-left: 1rem;
}

#search{
  width: 33vw;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: .5rem;

}

#Search-Message{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 33vw;
  margin-left: 2rem;
}

footer{
  margin-top: 1rem;

}

h2{
  color: purple;
}

h5{
  text-align: center;
}

.description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0.1px;
  text-align: center;
  color: #4a4a4a;
  padding: 10px 0px 10px 10px;
}
