@import url("https://fonts.googleapis.com/css?family=Exo+2:400,700&display=swap");

body {
  font-family: "Exo 2", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#app {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search_text {
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 18px;
  outline: none;
  color: #666;
  width: 300px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  border-radius: 0;
}

#movies {
  width: 600px;
  max-width: 98%;
}
#movies h3 {
  text-align: center;
}