 body{background-image: url(https://files.catbox.moe/ldq4wa.png); background-size:cover;  -webkit-text-size-adjust: none; /* For older iOS/Android */ text-size-adjust: none; margin: 0; }

.main{width:60%; height: 98vh;  margin:0 auto;}
.container {  display: grid;
  grid-template-columns: .5fr .4fr 2.6fr .4fr .5fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "l1 l2 mid r1 r2";
    height: 100%;
}

.mid { grid-area: mid; padding: 1%; overflow: auto;}

.l1 { grid-area: l1; }
.l1 img{display: block; margin-right: auto; width: 90%;}
.l2 { grid-area: l2; }

.r1 { grid-area: r1; }

.r2 { grid-area: r2;  }
.r2 img{display: block;margin-left: auto; width: 90%;}

img{max-width: 100%;}

h1{font-family:malvinas; color:aliceblue;}
h2 {
  font-family:angelface;
  font-size:35px;
  color:#5c6596; 
}
.doll{position:fixed; bottom:0px; right:0px; width:20%;}

.border{border: 10px solid transparent;

border-image:  url(https://files.catbox.moe/g5yche.png) 7 fill round;}

h3{font-family:readable; color:aliceblue; letter-spacing: 2px; font-size:17px;line-height: 1.5;}
p{ font-family: flower; font-size:20px; color:aliceblue; }
a{color: aliceblue; font-family:handwritten; font-size:30px; }
a:hover {color: red; font-style:italic;}

strong{ font-family:handwritten; font-size:30px; color:#5c6596;}

 @font-face {
src: url(https://dl.dropbox.com/scl/fi/k57e3qjxc4ck4lzubnkgp/AngelicAlchemy.ttf?rlkey=sqi34w0gqd11bebrjnqj7zaf2&st=82jp5kcn&);
font-family: angelface;
}

@font-face {
  src: url(https://dl.dropbox.com/scl/fi/rd88fwprso8wzf9i5za1m/Malvinas-Signature-Free-Personal-Use.ttf?rlkey=ndqivxstizjnxaomzyirdqnf2&st=pxkbalar&);
  font-family: malvinas;
}

@font-face {
  src: url(https://dl.dropbox.com/scl/fi/66x4sc76eshtut88nz9xm/Standard-Nib-Handwritten.ttf?rlkey=vzx95g2hssp0gdxojvj8mv33o&st=wyym0ssh&);
  font-family: handwritten;
}
@font-face{
src:url(https://dl.dropbox.com/scl/fi/1wd7xfjco04h3sciq3y91/PleaseWriteMeASong-70vV.ttf?rlkey=2y3lnpk5yzidgn3z0vc63eoa8&st=nma0jcti&);
font-family:readable}
@font-face {
  src: url(https://dl.dropbox.com/scl/fi/a2l5uqk7rw0kxwa2t6h1g/alphabetized-cassette-tapes.ttf?rlkey=ykdziug8dar2kv47hm0ugqwic&st=a2y5mgzp&);
  font-family: tapes;
}
@font-face {
  src: url(https://dl.dropbox.com/scl/fi/cd09o0ejnpczcgxqzr2mf/IndieFlower-Regular.ttf?rlkey=9mex00h8utz9rkm1ztwl3fc0v&st=8rd2ncrp&);
  font-family:flower
}