body {
  margin: 0;
  background:url("https://puermortuuspulcher.neocities.org/pics/0dea1bae1d0e3e369668b1fbe0792f83.jpg");
 background-size:cover;
     background-attachment: fixed;
  }
  .boxwithimage {
  border: 1px solid black;
  padding: 0.5em 1em;
  background:url("https://puermortuuspulcher.neocities.org/pics/Screenshot%202025-09-25%20134119.png");
  height:130px;
background-size: cover;
  }
/*Everything goes inside here.*/
.wrapper {
  width: 900px;
  margin: 0 auto;
  }
  
.sidebar-img, .footer, .title, .links, .box {
  margin-top: 25px;
  }
  
.title, .links, .footer {
  text-align: justified;
  }
  
/*Navigation links.*/
.links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
  
.links li {
  display: inline-block;
  }

/*Some fancy code for fun, to add special characters around the navigation links. Change content to "" if you don't want these.*/
.links li:before {
  content: "ã€Œ";
  }
  
.links li:after {
  content: "ã€ âˆ· ";
  }
  
.links .last:after {
  content: "ã€";
  }
  
.links li:before, .links li:after {
  letter-spacing: 0.1em;
  }
  
/*Basic box code that is used for all content boxes on the page.*/
.box {
  border: 4px outset #9c9e9c;
  padding: 0.5em 1em;
  background: black
    
  }
  .box h5  {
  background: #facbd8;
  margin: -7px;
  margin-left:-15px;
  margin-right:-15px;
  padding: 5px 5px 5px 15px;
  font-size:16px;
  text-align: left;
  background: url("https://puermortuuspulcher.neocities.org/pics/pathoboxbackground.png");
  background-repeat: true;
  background-position: center;
  text-align: left;
  border-bottom: 2px #9c9e9c outset;
  height: 15px;

  }
/*Goes inside the box class. Not given any style by default, but can be used for stuff like fancy borders.*/
.inner {
  
  }
  
/*Prevent image overflow.*/
.box img, .sidebar img {
  max-width: 100%;
  height: auto;
  }
  
/*Wrapper for the sidebar.*/
.sidebar {
  width: 200px;
  float: left;
  }
  
/*Container for the sidebar image.*/
.sidebar-image {
  border: 1px solid black;
  }
  
/*Remove extra padding line at the bottom of the image.*/
.sidebar-image img {
  display: block;
  }
  
/*This is where the title, navbar, and main content all go.*/
.main-wrapper {
  margin-left: 225px;
  }
  
/*Two columns by default. The "single-column" class can be added to make it one column.*/
.main {
  columns: 2;
  column-gap: 25px;
  }
  
/*Make sure boxes don't spread over multiple columns.*/
.main .box {
  display: inline-block;
  }
  
.single-column {
  columns: 1;
  }
.double-column {
  columns: 2;
}
  
.footer {
  margin-bottom: 25px;
  }
  
@media(max-width:915px) {
  .wrapper {    
    width: 95%;
    }
    
  .main-wrapper {
    width: calc(100% - 225px);
    }
  }
  
@media (orientation: portrait), (max-width: 480px) {
  .wrapper {
    width: 100%;
    }
  
  .main-wrapper, .sidebar, .footer {
    margin: 0 auto;
    width: 90%;
    }
  
  .sidebar {
    float: none;
    display: block;
    }

  .sidebar-image {
    margin: 0 auto;
    width: 33%;
    margin-top:25px;
    }

  .sidebar .sidebar-image img {
    width: 100%;
    }
    
  .footer {
    margin-bottom: 25px;
    }
  
  }
body {
                              font-family: FrizQuad;
                margin: 0;
                /* you can delete the line below if you'd prefer to not use an image */
                color: #ffffff ;
                 body {cursor: url(), default;} 
            }
                h1 {
                              font-family: FrizQuad;
            }

  @font-face {
                font-family: FrizQuad;
                src: url('https://practicalgothicism.neocities.org/fonts/friz-quadrata-regular-os-5870333951e7c.ttf');
            }

            @font-face {
                font-family: FrizQuad;
                src: url('https://practicalgothicism.neocities.org/fonts/friz-quadrata-bold-italic-os-5870341205e0f.tff');
                font-style: italic;
                font-weight: bold;
            }

            @font-face {
                font-family: FrizQuad;
                src: url('https://practicalgothicism.neocities.org/fonts/Friz%20Quadrata%20Regular%20Italic.ttf');
                font-style: italic;
            }
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}