body {
  background-color: #eee;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Roboto', sans-serif; */
  display: flex;
  text-align: justify;
}

h3 {
  margin: 5px 0;
}

.container {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.container h1 {
  text-align: center;
}
