body{
  margin: 0;
  padding: 0;
  color: #444;
  letter-spacing: 1px;
}
.movieTitle{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
}
.wrapper{
    width: 95%;
    max-width: 1170px;
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 0 0 20px;
    overflow: hidden;
    border: 1px solid lightgray;
}
.page-banner{

    padding: 10px 0;
}
.page-banner h1{
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.page-banner input {
    width: 90%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #444;
}
.page-banner button {
    width: 90%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
    padding: 8px;
    border: 1px solid white;
    border-radius: 4px;
    font-size: 16px;
    background-color: rgb(143, 241, 238);
    color: black;
}
h1{
    width: 100%
    text-align: center;
    color: black;
    justify-content: center;
    font-weight: normal;
}

.search-btn{
    color: white;
    width: 100px;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 20px;
  }
  .all{
    margin-left: 10px;
    display: flex;
  }
  .poster img{
    max-width: 300px;
    max-height: 450px;
  }

  .infofilm{

    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 15px;
  }

  .gifs-results{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .gifs-results img{
    width: 330px;
    height: 180px;
    border-radius: 5px;
    margin-bottom: 5px;
    justify-self: center;
    left: auto;
  }

  .gifs-results img:nth-child(even){
    align-self: center;
  }
