body {
    
    background-image: url(https://inkcaps.neocities.org/assets/background/2891329_citrusmillie_the-willow-library-pixel-art-wallpaper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: "alice";
    src: url("https://inkcaps.neocities.org/fonts/alice.woff");
    font-size: 19px;
    color: #2e1a19;
    image-rendering: pixelated; 
    cursor: url(https://inkcaps.neocities.org/assets/cursors/starcursor.png), auto;
    
    
    
}

header {
    
    
    
}


.wrapper {
    
    background-image: url(https://inkcaps.neocities.org/assets/background/b02-bg-star.gif), url(https://inkcaps.neocities.org/assets/background/gbi_bdayset2_bg5.gif);
    height: 600px;
    width: 1000px;
    overflow: auto;
    padding: 35px;
    margin: 25px;
    margin-bottom: 100px;
    box-shadow: 0 0 50px 15px rgba(250, 226, 148, 0.95);
    border-radius: 15px;
    border-style: double;
    border-width: 5px;
  
    
    
}

.row {
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    flex: 1;
    
    
    
}

.box {
    
    height: 350px;
    width: 500px;
    background-image: url(https://inkcaps.neocities.org/assets/background/n06-bg-paper.gif);
    margin: 50px;
    overflow: auto;
    border-radius: 30px;
    border-style: dashed;
    border-width: 1px;
    padding: 25px;

    
}

h1 {
 background-color: #f3a29b;
    background-image: url(https://inkcaps.neocities.org/assets/background/t09-bg-simple.gif);
    width: 500px;
    border-radius: 15px;
    border-style: dashed;
    border-width: 1px;

    
    
}

 h2 {
    
    background-color: #f3a29b;
     background-image: url(https://inkcaps.neocities.org/assets/background/t09-bg-simple.gif);
    width: 250px;
     border-radius: 15px;
     border-style: dashed;
    border-width: 1px;
    
    
}

h3 {
    
    background-color: #f3a29b;
    background-image: url(https://inkcaps.neocities.org/assets/background/k08-bg-simple.gif);
    width: 750px;
    height: auto;
    padding: 25px;
    border-radius: 15px;
    border-style: dashed;
    border-width: 1px;
    overflow: auto;
    
}

details {
    
    padding: 10px;
    border-style: dotted;
    border-radius: 15px;
    background-color: #f4aba4;
    
}

footer {
    
    background-image: url(https://inkcaps.neocities.org/assets/background/n06-bg-paper.gif);
    width: 500px;
    height: auto;
    font-size: 30px;
    margin-top: -50px;
    margin-bottom: 25px;
    padding: 40px;
    border-radius: 15px;
    border-style: double;
    border-width: 3.5px;
    
}

footer a:link, a:visited {
    
    padding: 15px;
    margin: 10px;
    background-color: #f3a29b;
    background-image: url("https://inkcaps.neocities.org/assets/background/k08-bg-simple.gif");
    border-radius: 15px;
    border-style: dotted;
    text-decoration: none;
    color: #2e1a19;
    
    
    
}

footer a:hover, a:active {
    
    background-color: floralwhite;
    
}

a:link, a:visited {
    
    text-decoration: none;
    color: #72160d;
    
    
}

a:hover, a:active {
    
    color: floralwhite;
    
}


spoiler {
  
  background-color:  #2e1a19;

}


spoiler hover {
 
 background-color: floralwhite; 
  
}

@font-face {
  
  font-family: "alice";
  src: url("https://inkcaps.neocities.org/fonts/alice.woff");
  
}

@font-face {
  
  font-family: "princesssofia";
  src: url("https://inkcaps.neocities.org/fonts/princesssofia-regular-webfont.woff");
  
  
}