 @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Beth+Ellen&family=Coral+Pixels&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Cutive&family=Cutive+Mono&family=DM+Serif+Display:ital@0;1&family=Give+You+Glory&family=Lacquer&family=Ole&family=Rock+Salt&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&family=Special+Elite&family=Vast+Shadow&family=Walter+Turncoat&display=swap');

body {
    background-image: url(fondo\ cielo.jpg);
    background-attachment: fixed;
    background-position: center bottom;
}
.paper {
    padding-top: 100px;
    background-color:  #8a3843 ;
    border: none;
}
a {
   
    font-family: "Cutive Mono", monospace;
}
nav a {
    border-bottom: none;
}
nav a:hover {
    border-bottom: 2px solid #8a3843;
    border-right: 2px solid #8a3843;
}
article p {
    font-family: "Cutive Mono", monospace;
    color: #f3ebd6;
    text-align: justify;
}

nav.fixed {
    background-image: url(fondo\ cielo\ para\ nav.jpg);
}

article .article-title {
    font-family: "Cutive Mono", monospace;
    color: #f3ebd6;
    text-align: justify;
}

.collapsible>label {
    border-bottom: none;
    
}
.collapsible:first-of-type {
    border-top: none;
}