/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
body {
  background-color: #f1f1f1;
  color: #353535;
  line-height: 1.8rem;
}

#home-index {
  .btn {
    background: #166c73;
    border-color: #166c73;
  }
}

#fortunes-show {
  h3 {
    color: #166c73;
  }

  .reversed {
    transform: rotate(180deg);
  }
  #img-character {
    width: 67.77%;
    top: 16.11%;
    left: 16.11%;
  }
}
