:root {
  --primary:#fcbdca;
  
  --container:600px
}

body {
  background-color:var(--primary);
  background-image: url("../../assets/shrines/sy/bg.gif");
}
.lace {
  position: fixed;
  height:37px;
  background-image:url("../../assets/shrines/sy/lace.gif");
  width:100%;
}
.lace-two {
  bottom: 0px;
  rotate:180deg;
  position: fixed;
  height:37px;
  background-image:url("../../assets/shrines/sy/lace.gif");
  width:100%;
}
.div {
  width:100%;
}
#container {
  position: relative;
  top:37px;
  text-align: center;
}
.portraits {
  display: flex;
  justify-content: center;
  gap:10px
}

.portraits img {
height:150px;
}
.box {
  border-image: url("../../assets/shrines/sy/border.png") 8 fill round;
border-width:7px;
border-style:solid;
}

h1 {
  font-family: "cookie", cursive;
}

