/* Styles pour le contenu du writeup */
.writeup-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  overflow-y: auto;
  max-height: 90vh;
  margin: 40px auto;
  width: 80%;
  border-radius: 8px;
  margin-right: 100px;
}

.home-link {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 1.2em;
  color: orange;
  text-decoration: none;
  font-weight: bold;
  z-index: 15;
}

.home-link:hover {
  color: #FF8C00;
}

.home-link {
  color: orange;

}


/* Style pour les titres en orange */
.orange-text {
  color: #FFA500;
}

/* Style des lignes de commande */
.command-line {
  color: #3a96dd;
  font-weight: bold;
}

/* Styles pour les couleurs de texte */
.green-text { color: #13a10e; }
.blue-text { color: #3b78ff; }
.gray-text { color: #edc99a; }
.command-text { color: #3a96dd; }

/* Style des liens */
a {
  color: #c450f2;
  text-decoration: none;
}

a:hover {
  color: orange;
}

a:active {
  color: red;
}
