/*
 * 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.
 */

 @import "likert.css";
 @import "question.css";

body {
  background-image: 
    url("/assets/turtle-0a74b179.jpg"), 
    url("/assets/gecko-0489c737.jpg"), 
    url("/assets/frog-9a955cbf.jpg"), 
    url("/assets/snake-2a951d6b.jpg");
  background-repeat: no-repeat;
  background-position: top right, top left, bottom left, bottom right;
  background-attachment: fixed;
}

h1 {
  color: #2c3e50;
  text-align: center;
  margin-top: 20px;
}