body {
  background: linear-gradient(to bottom right, black,rgba(0, 200, 255, 0.9));
  color: #eee;
  padding: 1.5em;
  font-family: "ABeeZee", sans-serif !important;
}
    
.xml-code {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  color: black;
  padding: 1em;
  overflow-x: auto;
  font-family: 'Questrial', sans-serif;
  font-size: 0.9em;
  white-space: pre-wrap;
  line-height: 1.5;
}

#titolo_pag{
  text-align: center;
  padding: 10px;
}

.scroll-container {
  max-height: 600px; 
  overflow-y: auto;
  padding: 1em;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}

