body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  color: #333;
}
header,
section,
footer {
  margin: 10px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
  color: #5a5a5a;
}

li {
  padding: 5px 0;
  text-align: left;
}
p {
  text-align: left;
}

.results {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.image img {
  width: auto;
  height: 300px;
  margin: 10px;
  border-radius: 8px;
}
.image {
  display: flex;
  flex-direction: column;
}

/* code {
  font-family: Monaco;
  font-size: 14px;
  background-color: #f4f4f4;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: left;
} */
