            @font-face {
                font-family: HelvetiHand;
                src: url('/fonts/HelvetiHand.ttf');
            }

            @font-face {
                font-family: Dudu;
                src: url('/fonts/Dudu_Calligraphy.ttf');
            }

            @font-face {
                font-family: TypewriterHell;
                src: url('/fonts/The_Typewriter_Hell.otf');
            }

            @font-face {
                font-family: Nunito;
                src: url('/fonts/Nunito-VariableFont_wght.ttf');
            }

            @font-face {
                font-family: NunitoITA;
                src: url('/fonts/Nunito-Italic-VariableFont_wght.ttf');
            }

            @font-face {
                font-family: TEMBLORES;
                src: url('/fonts/TEMBLORES.ttf');
            }

            @font-face {
                font-family: Benniter;
                src: url('/fonts/Benniter Trial Version.ttf');
            }

            @font-face {
                font-family: Mellow;
                src: url('/fonts/Super Mellow.ttf');
            }

            @font-face {
                font-family: Nintendo;
                src: url('/fonts/Nintendo-DS-BIOS.ttf');
            }

:root {
       --border:#B4846C;
       --bg:#f4eada;
       --txt:#483434;
       --gradient:linear-gradient(#f4eada, #fcf9f4);
      }

    /*  --content: #EFE9E3; 
                --content: #C9B59C;               
                --content: #B4846C;
                --content: #7D5A50;
                --content: #483434; */

/* light star */
ul.star {
  list-style-image: url("/graphics/borders/k12-icon-star.gif");
}

/* sparkle */
ul.sparkle {
  list-style-image: url("/graphics/borders/spark.gif");
}

hr {
  border-bottom: 1px dashed #C9B59C;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

h1 {
  color:#7D5A50;
  font-size: 30px;
  font-family: 'HelvetiHand';
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

h2 {
  color:#7D5A50;
  font-size: 20px;
  font-family: 'Dudu';
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

h3 {
  font-size: 20px;
  font-family: 'Nintendo';
  color: #483434;
  background-color: #C9B59C;
  padding: 2px;
  font-weight: normal;
 margin: 1px;
 border-radius: 10px;
 text-align: center;
}

h4 {
  color:#7D5A50;
  font-size: 18px;
  font-family: 'Dudu';
  margin-bottom: 0;
  margin-top: 0;
}

h5 {
  color:#7D5A50;
  font-size: 14px;
  font-family: 'Dudu';
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin: 5px;
}

a {
  text-decoration: none;
  color: #B4846C;
  font-weight: bold;
}

strong {
  color:#7D5A50;
  font-weight: bold;
}

body {
 background-image: url(/graphics/cork.png);
background-repeat: repeat; 
/* background-image: url(https://images.unsplash.com/photo-1519972064555-542444e71b54?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
font-family: 'Nunito';
color: #483434;
font-size: 14px;
}

.container {
  max-width: 900px;
  margin: auto auto auto auto;
  padding: 10px;
  z-index: 1;
}

header {
  background-image: url(https://images.unsplash.com/photo-1750923310499-9f4406ff0584?q=80&w=1933&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-position: center 65%;
  border-radius: 5px;
  background-size: cover;
	width: auto;
	height: 150px;
       }

.title {
	font-family: 'TypewriterHell';
  color: #EFE9E3;
	font-size: 70px;
	text-align: left;
	padding-left: 20px;
  padding-top: 65px;
}

.marq {
width: auto;
height: 15px;
padding: 5px;
margin-top: 10px;
}

.layout {
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid; 
  grid-template-areas:
    "marquee marquee marquee"
    "left middle right"
    "bottom bottom bottom";
    grid-template-columns: 1fr 2fr 1fr;
    max-height: auto;
}

.layoutbase {
  display: grid;
  grid-template-areas:
    "left middle"
    "left middle";
  grid-template-columns: 1fr 3fr;
   gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.layout div {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left {
  grid-area: left;
  margin-right: 10px;
  height: auto;
}

.left2 {
  grid-area: left;
  margin-right: 10px;
  height: auto;
}

 #ldiv {
  margin-top: 10px;
  background-color: var(--bg);
  border: 2px dotted var(--border);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

 #blank {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

nav {
  background-color: var(--bg);
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px dotted var(--border);
  border-radius: 5px;
  background: var(--gradient);
  overflow-y: scroll;
  scrollbar-width: none;
}

nav span {
display: block;
font-family: 'Dudu';
font-size: 25px;
font-weight: bold;
text-align: center;
color: #7D5A50;
margin-bottom: 5px;
}

nav a {
  font-family: 'HelvetiHand';
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding-left: 20px;
  padding-top: 5px;
  color: #B4846C;
  border-top: 1px solid #C9B59C;
}

textarea {
  resize: none;
  border: 1px solid #C9B59C;
  color: #483434;
  font-size: 10px;
  margin-top:5px;
  width: 88px;
  height: 31px;
}

.middle {
grid-area: middle;
  height: auto;
}

.middle2 {
grid-area: middle;
  height: auto;
  margin-left: 10px;
  border: 2px dotted var(--border);
  border-radius: 5px;
  background: var(--gradient);
  padding: 20px;
}

 #mdiv {
border: none;
  background-color: var(--bg);
  border: 2px dotted var(--border);
  border-radius: 5px;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  height: 300px;
  scrollbar-width: none;
  background: var(--gradient);
}

#country {
border: none;
margin-left: 20px;
margin-top: 10px;
  margin-right: 20px;
  font-size: 12px;
}

#welcome {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.middle hr {
  border-bottom: 1px dashed #C9B59C;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.right {
grid-area: right;
  height: auto;
  margin-left: 10px;
  text-align: center;
}

#time {
  width: auto;
}

 #updates {
  background-color: var(--bg);
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  border: 2px dotted var(--border);
  border-radius: 5px;
  overflow-y: scroll;
  scrollbar-width: none;
  max-height: 150px;
  text-align: justify;
  background: var(--gradient);
}

 #rdiv {
  background-color: var(--bg);
  padding: 10px;
  margin-bottom: 10px;
  border: 2px dotted var(--border);
  border-radius: 5px;
}

.profpic {
  width: 150px;
  height: 150px;
border-radius: 10px;
display: block;
margin: auto;
  }

  .right hr {
  border-bottom: 1px dashed #C9B59C;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  }

.bottom {
  grid-area: bottom;
  column-count: 3;
  width: auto;
  column-gap: 10px;
  margin-top: -10px;
}

.bottom2 {
  grid-area: bottom;
  width: auto;
  column-gap: 10px;
}

/* #bottombox {
  background-color: var(--bg);
  border: 2px dotted var(--border);
  border-radius: 5px;
  padding: 10px;
} */

footer {
  width: auto;
  background-color: var(--bg);
  border: 2px dotted var(--border);
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}

/* fancy border vvvv */

.u01 {
background:url(/graphics/f-ue.gif) repeat-x;
height:18px;
margin:0 18px 0 19px
}
.s01 {
background:url(/graphics/f-sita.gif) repeat-x;
height:19px;
margin:0 18px 0 19px
}
.box-top {
background-image:url(/graphics/f-kado1.gif), url(/graphics/f-kado2.gif);
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:18px
}
.box-center {
background-image:url(/graphics/f-migi.gif), url(/graphics/f-hidari.gif);
background-position:top right, top left;
background-repeat:repeat-y, repeat-y
}
.box-inner {
background: #fff;
margin:0 18px 0 19px
}
.box-bottom {
background-image:url(/graphics/f-kado3.gif), url(/graphics/f-kado4.gif);
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:19px
}

/* fancy border ^^^^ */

#stamps {
  text-align: center;
  margin-top: 10px;
}

/* floaty pinboard images */

#polaroid {
            width: 150px;
            background-color: #EFE9E3;
            box-shadow: 5px 5px 5px #815c49;
            border: 10px solid #EFE9E3;
            position: static;
            border-radius: 3px;
            top: -800px;
            left:-200px;
        }

        #polaroidcaption {
            text-align: center;
            font-family: 'Dudu';
            font-size: 20px;
            font-weight: bold;
            padding: 10px 20px;
        }

/* CALENDAR CSS: */

.cal_calendar
{
border: 2px dotted #B4846C;
padding: 1px;
width: 100%;
height: 150px;
color: #B4846C;
border-radius: 5px;
}
.cal_calendar th
{
width:36px;
font-size: 0.7em;
border-radius: 3px;
color: #7D5A50;
}
.cal_calendar td
{
text-align:center;
font-size: 0.8em;
border-radius: 3px;
}
.cal_today
{
color:#7D5A50;
font-weight:bold;
background-color:#C9B59C;
}
.cal_days_bef_aft
{
color:#C9B59C;
}

summary {
  text-align:center;
  font-family: 'Dudu';
  color:#B4846C;
  font-size: 25px;
  font-weight: bold;
}

details p {
  text-align:center;
}

#datecap {
  font-family: 'Nunito';
  font-size: 10px;
  font-weight: normal;
  display: block;
}

#favs {
  border: 2px dotted var(--border);
  border-radius: 5px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 10px;
  max-height: 200px;
}

#favb {
  column-count: 2;
  column-gap: 20px;
  column-fill: balance;
  column-rule: 2px dotted var(--border);
}

@media screen and (max-width: 1000px) {
    .container {
        width: 100%;
        height: 100%;
    }
    
}

@media screen and (max-width: 600px) {
    .container {
        width: 100%;
        height: 100%;
    }
    
}