* {box-sizing:border-box;
scrollbar-color: 
#322935  #595252  }

@font-face {
    font-family: "Montserrat";
    src: url(https://xixxii.neocities.org/fonts/Montserrat-Regular.woff);
}

body {background-color: #443b3d;
font-family: 'Montserrat', sans-serif;}

.gallery {display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
gap:100px;}

.gallery img {max-height:600px;}

.plaque {width:500px;
background-color: #DEDCCD;
padding:15px;
border:5px outset  #443b3d ;
box-shadow:5px 5px 10px #322935 ;
position:fixed;
bottom:0;
color: #443b3d ;
font-weight:bold;
}

details, summary {list-style: none;

}

h1 {margin-top:0;
font-weight:bold;
font-family: "Righteous", sans-serif;
font-size:2.5em;
margin-bottom:0;}