@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,800");
#generator {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 480px) {
    #generator {
      font-size: 15px; } }
  #generator img {
    width: 100%; }
  #generator .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 63%;
    top: 50%;
    text-align: center; }
    @media (max-width: 480px) {
      #generator .container {
        position: inherit;
        margin-top: -30%;
        width: 90%; } }
  #generator .message {
    padding: 0.7em 1em;
    background-color: #fff;
    border: #00bf6f 5px solid;
    text-align: center;
    border-radius: 30px;
    box-shadow: 3px 3px 10px #666; }
    #generator .message .mood {
      margin-bottom: 0em;
      text-transform: uppercase;
      color: #6e12af;
      font-size: 1.5em;
      font-weight: 800;
      min-height: 1em; }
    #generator .message .text {
      min-height: 3em; }
    @media (max-width: 480px) {
      #generator .message {
        border-width: 2px;
        height: 30vh; } }
  #generator button {
    text-transform: uppercase;
    margin-top: 2em;
    display: inline-block;
    border: none;
    color: #fff;
    background-color: #6e12af;
    padding: 1em 3em;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    width: auto; }
  #generator .social {
    margin-top: 5em;
    text-align: center;
    transition: opacity 0.5s; }
    #generator .social .label {
      margin-bottom: 1.5em; }
    #generator .social img {
      width: 35px;
      margin: 0 0.5em;
      cursor: pointer; }
    @media (max-width: 480px) {
      #generator .social {
        margin-top: 1em;
        margin-bottom: 1em; } }
  #generator .social-likes-r {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center; }
