@font-face {
  font-family: 'kgperfectpenmanship-webfont';
  src: url('font/kgperfectpenmanship-webfont.woff');
}

@font-face {
  font-family: 'emily';
  src: url('font/emilyscandy.woff');
}

@font-face {
  font-family: 'Girlystuff';
  src: url('https://file.garden/aBmRn5dbGjS8LzBr/girlystuff.ttf');
}

@font-face {
  font-family: "pen-letters";
  src: url('https://file.garden/aBmRn5dbGjS8LzBr/mikiyu-newpenji-p.ttf');
}


@font-face {
  font-family: windows;
src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
}

#windows {
font-family: windows;
font-size: 20px;
}

:root {
  --background: url(/sakura.gif);
}

:root {
  --gallerybg: url(/gallerybg.png);

}
.gallery {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

}

.container {
  max-width: 1000px;
  margin: auto;
  right: 120px;
  position: absolute;
  background-image: var(--gallerybg);
  background-color: #C4F5FF;
  background-size: 50px;
  border: 34px dotted transparent;
  border-image: url('/whitelace.png')34 fill round;
  background-clip: padding-box;
  padding: 10px;
  image-rendering: optimizeQuality;
  height: 700px;
}

.container2 {
  max-width: 1000px;
  order: -1;
  right: 1180px;
  top: 99px;
  position: absolute;
  background-image: var(--gallerybg);
  color: #7D5E4C;
  background-color: #C4F5FF;
  background-size: 50px;
  border: 34px dotted transparent;
  border-image: url('/whitelace.png')34 fill round;
  background-clip: padding-box;
  padding: 3px;
  image-rendering: optimizeQuality;
  height: 200px;
  text-align: center;
}


body {
 background-image: var(--background);
 background-color: #cccccc;
}

  h1, h3, h4, h5, h6, .heading {
  font-family: 'emily', 'Verdana';
  font-size: 0.9em;
}

.text {
  order: 2;
  position: absolute;
  top: -30px;
  right: 200;
  
}


  
