.allure-file {
  background: linear-gradient(to bottom, #031727 0%, #000000 100%);
  color: #dbe5f0;
  font-family: 'Cormorant Garamond', serif;
  padding: 2rem;
  max-width: 800px;
  margin: 3rem auto;
  border-left: 5px solid #6aa9c6;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(58, 108, 135, 0.2);
}

.file-header {
  font-family: 'Rock Salt', cursive;
  font-size: 1.8rem;
  color: #a2e8ff;
  margin-bottom: 1.5rem;
}

.allure-file h3 {
  color: #88c0d0;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  font-family: 'Rubik Dirt', cursive;
}

.allure-file ul {
  padding-left: 1.5rem;
  list-style-type: circle;
  margin-top: 0.5rem;
  line-height: 1.6;
}

.field-notes {
  margin-top: 2rem;
  border-left: 3px solid #5b92a3;
  padding-left: 1rem;
  color: #9ac7d8;
  font-style: italic;
}

body{
  background-color: #040404;
}