.body, html {
height: 100%;
background-image: url(https://i.postimg.cc/Hxk8j279/bg043.gif);
font-family: 'MS_Gothic';
cursor: url('https://i.postimg.cc/65SnnR1n/tumblr-inline-mfn7us7t-Pr1qid2nw.png'), auto;	
}


.content {
  display: grid;
  grid-template-rows: 250px 700px 20px;
  row-gap: 10px;
  width: 900px;
  padding-top: 30px;
  padding-bottom: 40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

.header {
  background-image: url(https://i.postimg.cc/QtSL5vSz/6aecc2c014ca297822b52b7be5fd8a4b.jpg);
  background-size: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 138, 202);
}

.headertxt {
  position: absolute;
  top: 90px;
  left: 230px;
  color: #523b10;
}

.blog {
  display: grid;
  grid-template-columns: 225px 700px;
  column-gap: 12px;
}

.sidebar {
  background-image: url(https://i.postimg.cc/Y9vkhvRP/polkadot.png);
  background-size: 40%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 138, 202);
  display: grid;
  grid-template-rows: 195px 170px 180px 155px;
}

.pfpimg {
  width: 160px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-top: 15px;
  margin-left: 31px;
}

.pfpdeco {
 position: absolute;
 top: 460px;
}

.pfpdecoimg {
 width: 224px;
}

.info {
  line-height: 6px;
  margin-left: 30px;
}

.nametxt {
  position: absolute;
  top: 463px;
  left: 87px;
  font-size: 17px;
  font-weight: bolder;
  letter-spacing: 1px;
}

.country {
  display: inline-block;
}

.flag {
  height: 10px;
}

.RSSbutton {
  height: 16px;
}

.tinycalendar {
  padding-left: 34px;
}

  .calendar {
    width: 150px;
    height: 158px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    border-collapse: collapse;
    background-color: #fff5f9;
  }

  .calendar caption {
    background-color: #fff8da;
    color: #ffacde;
    font-weight: bold;
    padding: 3px;
    position: relative;
  }

  .calendar th {
    background-color: #e8ffea;
    color: #5b7553;
    font-weight: normal;
    padding: 2px;
  }

  .calendar td {
    padding: 2px;
    color: #666;
  }

  .calendar a {
    color: #ff67ab;
    font-weight: bold;
    text-decoration: none;
  }

  .calendar a:hover {
    text-decoration: underline;
  }

  .nav-btn {
    position: absolute;
    top: 3px;
    background: #fff7da;
    border: none;
    color: #cebfc7;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
  }
  .nav-btn:hover {
    text-decoration: underline;
  }
  .nav-prev { left: 5px; }
  .nav-next { right: 5px; }


.decoimg {
height: 100%;
width: 100%
}

.postpage {
 background-image: url(https://i.postimg.cc/fybVdgvD/bg003.jpg);
 border-style: solid;
 border-width: 1px;
 border-color: rgb(255, 138, 202);
 overflow: auto;
 float: left;
}

.post {
  position: relative;
  max-width: 650px;
  width: 100%;
  min-height: 300px;
  margin: 25px auto;
  background-image: url(https://i.postimg.cc/SK80RPrY/hart-k3.gif);
  border-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.postheader {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.postheaderimg {
  height: 65px;
}

.postdate {
  margin-left: 8px;
  margin-top: 6px;
  font-style: italic;
  font-size: 14px;
  color: #6d511c;
}

.postcontent {
  width: 550px;
  margin-left: 60px;
}

.posttxt {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16px;
}

.poststaticimg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.previousbutton {
  margin-left: 225px;
}

.nextbutton {
  margin-left: 100px;
}

.footer {
  padding-top: 12px;
  margin-left: 547px;
}