body {
  color: #2c4039;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-family: "Rubik", sans-serif;
  text-align: center;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

.left-column {
  padding: 10px 20px;
  background: #4aaaa5;
  border-bottom: 5px solid #2c4039;
}

.right-column {
  background: #4aaaa5;
  border-left: 5px solid #2c4039;
  border-bottom: 5px solid #2c4039;
}

.page-header {
  border-bottom: 2px dashed #2c4039;
}

.page-header h1 {
  color: #2c4039;
}

.buttonArea {
  margin-top: 20px;
}

.gifButton,
.submit {
  border: none;
  margin: 7px 0;
  background: #2c4039;
  text-transform: capitalize;
  transition-duration: 1s;
  transition-timing-function: linear;
  color: #4aaaa5;
}

.gifButton:hover,
.submit:hover,
.gifButton:active,
.gifButton:focus,
.submit:focus {
  background: #2c4039;
  color: #4aaaa5;
  outline: none;
}

.gif {
  margin: 20px 0;
}

.gif img {
  cursor: pointer;
  display: block;
  max-width: 100%;
}

.result_title {
  margin-top: 50px;
  color: #ffffff;
}
.result_title span {
  color: #4aaaa5;
  padding: 5px 10px;
  background: #2c4039;
}

.label {
  background: #2c4039;
  color: #4aaaa5;
  font-size: 100%;
  line-height: 2;
}

#userInput {
  border: none;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#mainfooter {
  clear: both;
  background-color: #666666;
  color: #ffffff;
  padding-top: 40px;
  border-top: solid #4aaaa5 8px;
  box-sizing: border-box;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
  overflow: hidden;
  z-index: 8;
}
