.monsieur-la-doulaise-regular {
  font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
}
.quintessential-regular {
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
}
.jacquard-12-regular {
  font-family: "Jacquard 12", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/games/gam-3/gam299.cur), auto !important;} /* End https://www.cursors-4u.com */
  
@font-face { font-family: Quintessential;}

  
body {
background-image: url('https://64.media.tumblr.com/7800ff667b45f072b1813f05f2d3b788/4a218d4c2f569ba7-79/s400x600/a9acfff48d0da93e36079535ffad429918e59261.gifv');
font-family: 'Quintessential';
font-size: 13px;
color: #ffffff;
letter-spacing:1px;
line-height:13px;}

a:link, a:active, a:visited {
color: #97c49d;
text-decoration: none;}

a:hover {
color: #B37F4C;}
  
b {color: #97c49d;}
i {color: #000000;}

#parent{
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-row-gap: 15px;
	width: 100%;
	height: 100%;
}
.mainBox {
	grid-area: 1 / 4 / 4 / 7;
}
.blinkiesBox {
	grid-area: 1 / 7 / 2 / 9;
}
.inspoBox {
	grid-area: 2 / 7 / 3 / 9;
}
.guestbookBox {
	grid-area: 3 / 7 / 4 / 9;
}
.navigationBox {
	grid-area: 1 / 2 / 3 / 3;
}
.miniprofileBox {
	grid-area: 1 / 3 / 2 / 4;
}
.statusBox {
	grid-area: 2 / 3 / 3 / 4;
}
.updatesBox {
	grid-area: 3 / 2 / 4 / 4;
}
.roundsquare {
    border: 0px solid;
    border-radius: 15px;
}    
.mainBox {
    min-width: 300px;
    min-height: 350px;
    background-color: #353836;
}
.inspoBox, .updatesBox, .guestbookBox, .blinkiesBox {
    min-width: 250px;
    min-height: 150px;
    background-color: #353836;
}
.miniprofileBox, .statusBox {
    min-width: 300px;
    min-height: 150px;
    background-color: #353836;
}
.navigationBox {
    min-width: 300px;
    min-height: 150px;
    background-color: #353836;
}
.titlebar {
    background-color: #47524c;
    color: #fae8f5;
    font-weight: bold;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-top: 1px solid;
    border-top-left-radius: 16px;
    border-top-right-radius: 15px;
    width: auto;
}
.footerBox {
    min-width: 50px;
    min-height: 25px;
    max-height: 50px;
    margin-top: 200px;
}
.headerBox {
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-top: 200px;
}
.right {
    float: right;
    padding: 5px;
    font-family: "Quintessential", serif;
    line-height: 12px;
}
.iframe {
    min-height: 100%;
    min-width: 100%;
    overflow: visible;
}
.box {
color: #ffffff;
border:none;
padding-left: 1px;
padding-right: 1px;
overflow-y: hidden;
overflow-x: hidden;
height:120px;
}
.scrollbox {
border:none;
padding:0px;
overflow:auto;
overflow-x:visible;
height:120px;
}
.headerBox, .footerBox > .box {
    text-align: center;
}
.headerBox > .titlebar {
    text-align: left;
}