body {
    background-color: lightgray;
}

.giphy-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}


.buttons-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
}

.container {
    position: relative;
    min-height: 100vh;
  }

  .img-responsive {
    width: 100%;
    -webkit-box-shadow: 5px 5px 30px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 30px -5px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 30px -5px rgba(0,0,0,0.75);
    border: solid 1px black;
  }

.thumb {
    margin: 20px 0;
}