



.container {
  font-optical-sizing: border-box;
  max-width: 1300px;
  max-height: 2000px;
  padding-left: 130px;
  padding-right: 140px;
  margin: 100px 30px ;
  display: grid;
  grid-template:
    'header header header'
    'nav main right'
    'footer footer footer';
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 10px;
  
}


.col {
display: flex;
width: 100%;
gap: 10px;
background-color: #8fb6cb;
padding: 10;
border-radius: 5%;
border-spacing: 10px;
}

@font-face {
font-family: 'TitleFont' ;
src: url('../Fonts/astron-boy.video-regular.otf') ;
}

@font-face {
font-family: 'HeadingFont' ;
src: url('../Fonts/star-crush.regular.ttf') ;

}

@font-face {
font-family: 'BodyFont' ;
src: url('../Fonts/fs-pixel-sans-unicode-regular.ttf') ;
}


.page-titleconstruction {
  text-align: center;
  margin-bottom: -60px;
  font-size : 20px;
  font-family: 'BodyFont';
  color: #ffffff;}

.page-title {
  text-align: center;
  margin-bottom: -100px;
  font-family: 'TitleFont';
}

.page-title h1 {
  font-size: 65px;
  color: #aab0fa;
  text-shadow: 3px 3px 0 #ffffff, 5px 5px 0;
  margin-top: 96px;
  margin-bottom: -20px;
}


.item-nav {
grid-area: nav ; 
width: 200px;
border-radius: 5px;
padding: 10px;
margin-left: -80px ;
word-break: break-word;
font-family: 'BodyFont' ;
font-size: 27px;
background-color:#494b88da ;
}

.item-nav .title-bar {
background-color:  #273870;
height: 15px ;
width: 214px;
color: rgb(255, 255, 255);
padding-top: 2px;
padding-bottom: 10px;
padding-left: 5px ;
margin-top: -11px;
margin-left: -10px ;
margin-right: -10px;
font-family: 'HeadingFont';
font-weight: bold;
font-size: 15px;
border-bottom: 2px solid #ffd1eb; 
}

.item-nav .title-bar-text {
 padding-top: 17px;
 padding-bottom: 15px;
 padding-left: 3px;
 margin-top: -13px;
 margin-left: -3px;
}

.item-nav nav {
  color: #daf0f8;  
}


.item-main {
 grid-area: main ;
 overflow: scroll ;
 height: 450px ;
 width: 600px ;
 padding-left: 10px ;
 padding-right: 10px;
 padding-top : 3px;
 word-break: break-word;
 border-radius: 5px;
 font-family: 'BodyFont' ;
 font-size: 23px;
 background-color:#494b88da ;
}

.item-main .title-bar {
 background-color: #282a5d;
 height: 16px;
 width: 615px;
 padding-top: 2px;
 padding-bottom: 10px;
 padding-left: 5px ;
 margin-top: -4px;
 margin-left: -10px ;
 margin-right: -10px;
 color: rgb(255, 255, 255);
 font-family: 'HeadingFont';
 font-weight: bold;
 font-size: 17px;
 border-bottom: 2px solid #ffd1eb;
}

.item-main .title-bar-text {
padding-top: 6px;
margin-left: 4px;
font-size: 15px;
}

.item-main .window-body main {
  color: #daf0f8;  
}


.item-right {
  grid-area: right;
  width: 220px;
  padding: 10px;
  
  word-break: break-word;
  border-radius: 5px;
  font-family: 'BodyFont' ;
  font-size: 27px;
  background-color:#494b88da ;
}

.item-right .title-bar {
background-color:  #273870;
height: 17px ;
padding-top: 2px;
padding-bottom: 10px;
padding-left: 5px ;
margin-top: -11px;
margin-left: -10px ;
margin-right: -10px;
color: rgb(255, 255, 255);
font-family: 'HeadingFont';
font-weight: bold;
font-size: 15px;
border-bottom: 2px solid #ffd1eb; }

.item-right .title-bar-text {
padding-top: 6px ;
}

.item-right .body-window {
  color: #dcf2ff;
}


.item-footer {
 grid-area: footer;
 padding: 10px;
 margin-left: -80px;
 word-break: break-word;
 border-radius: 5px;
 font-family: 'BodyFont' ;
 font-size: 27px;
 background-color:  #273870;
 height: 50px;

}

.item-footer{
color: #fbfeff;
}




.window {}

#tamanotchi {
position: relative;
width: 200px;
height: 200px;
top: -450px;   /* moves down 20px from its normal spot */
left: 1023px;  /* moves right 50px */
}

.gif-container {
  position: relative;}


.gif-funnygooglebonhomme {
position: absolute;
width: 200px;
height: 200px;
top: -650px;   /* moves down 20px from its normal spot */
left: 430px;  /* moves right 50px */
}

.gif-sweeppenguin {
position: absolute;
width: 245px;
height: 200px;
top: -700px;   /* moves down 20px from its normal spot */
left: 30px;  /* moves right 50px */
}

.gif-sweeppenguinn {
position: absolute;
width: 245px;
height: 200px;
top: -700px;   /* moves down 20px from its normal spot */
left: 900px;  /* moves right 50px */
}

.gif-sweeppenguinnn {
position: absolute;
width: 245px;
height: 200px;
top: -770px;   /* moves down 20px from its normal spot */
left: 600px;  /* moves right 50px */
}

.gif-spammywiggly {
position: absolute;
width: 100px;
height: 100px;
top: -900px;   /* moves down 20px from its normal spot */
left: 300px;  /* moves right 50px */
}


body{
  background-image : url("../Hello_files/background_img/pinkandpurplestar.gif");  
}