
h1 {
font-family: 'KiwiSoda';
font-size:30px;
font-weight: bold;
color:#ffddef;
}

h2 {
font-family: 'KiwiSoda';
font-size:20px;
color:#ffddef;
}


h3 {
font-family: 'KiwiSoda';
font-size:20px;
color:#ffddef;
}

.hide {
visibility: hidden;
}

.body {
    font-family: 'KiwiSoda';
    src: url('KiwiSoda.ttf') format('ttf');
    src: url('https://dl.dropbox.com/scl/fi/20xhspq45r968lrm7e2mo/KiwiSoda.ttf?rlkey=vwu7j54ft5nyctzsjir09fojd&st=52b15osb');
    font-weight: 500;
    font-style: normal;
}

.map { 
  font-family:'Magica';
  font-size: 15px;
  overflow: hidden;
  src: url("https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf"); 
}

a {
  color: #FF7DC2;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #fe62b6;
  background-color: transparent;
  text-decoration: underline;
}

.name {
    background: linear-gradient(to top, #FFFDFE 2%, #FF78B1 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-text-stroke-width:0.5px;
    -webkit-text-stroke-color:#FE62B6;
    font-size:25px;
    margin: 5px;
    margin-bottom:5px;
}

.strokeme {
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
    display:inline-block;
    position:absolute;
}

 #sitemap-box {
    height: 24em;
    width: 17em;
    padding: 0.5rem;
    border: 2px dashed brown;
    background-image: url("https://dl.dropbox.com/scl/fi/xmi0b96m1k9xrh1ubq92l/pretty-orange-pink-ombre.png?rlkey=rahzescdws1c3cbd5idzafo44&st=of0f23uy");
    border-radius: 25px;
    display:inline-block;
    position:absolute;
}

#textbox-a {
    overflow-x: hidden;
    height:15em;
    max-width:14em;
    padding:1.5rem;
    margin-top:0rem;
    margin-bottom:0.5rem;
    border:2px dashed brown;
    background:white;
    font-family:'KiwiSoda';
    color:red;
    font-size:18px;
  }

#textbox-b {
    overflow-x: hidden;
    height:1em;
    max-width:12em;
    padding:1.5rem;
    margin-top:0rem;
    margin-bottom:1rem;
    border:2px dashed brown;
    background:white;
    font-family:'KiwiSoda';
    color:green;
    font-size:18px;
    display:inline-block;
  }







  .container {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: 10% 20% 60% 10%;
    grid-template-areas:
    "nav . nav"
    "header header header"
    "body body body"
    "footer footer footer"
}

.nav-p {
  
}

.header-p {
  
}

.body-p {


}


.footer-p {
  
}






