@font-face {
  font-family: pixelarial; 
  src: url(/pixel-arial-14.woff);
}

@font-face {
   font-family: daydream;
  src: url(/Daydream.woff)
}

body {
  background: url("backgrounds/g.jpg");
  background-size: cover;
  font-family: pixelarial;
  font-size: 7px;
  color: #636363;
}

.main {
  width: 850px;
  height: 600px;
  background: #f2efed;
  border-width: 7px; 
  border-style: solid;
  border-image: url("https://i.imgur.com/8xftJ3v.gif") 7 fill round;
  border-radius: 20px;
  margin: auto;
  margin-top: 50px;
  padding: 1%;
}

.section {
  display: flex;
  height:97%;
  width: 97%;
  background: #D8E1E6;
  border-style: dotted;
  border-radius:20px;
  border-width: 1px;
  position: relative;
  padding:1%;
  margin: auto;
}

.sidebar {
  background: #f2efed;
  width: 30%;
  height: 98%;
  margin-top:5px;
  margin-left:5px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  flex-direction: column;
}

.content {
  background: #f2efed;
  width: 70%;
  height: 98%;
  margin-top:5px;
  margin-left:15px;
  margin-right: 5px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
  
#tifa img {
  width: 90%;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  border-width: 7px; 
  border-style: solid;
  border-image: url("https://i.imgur.com/8xftJ3v.gif") 7 fill round;
  border-radius: 20px;
}

#header {
  background: #91A0AB;
  color: #F2EFED;
  letter-spacing: 3px;
  font-size: 9px;
  padding: 1px;
  width: 90%;
  margin-top: 10px;
  margin:auto;
  margin-block-end: 1em;
}

#header p{
  margin-left: 10px;
}

#ihatethis {
  border-style: dotted;
  border-width: 1px;
  flex-direction: column;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: auto;
}

details {
  font-size: 9px;
  margin-left: 10px;
  margin-top: 5px;
}

details:hover {
  color:#749AB8;
  font-style: italic;
}

.entrylist {
  flex-direction: column;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.buttton {
  width: 50%;
  margin: 5px;
  margin-bottom: 0px;
  font-family: pixelarial;
  font-size: 9px;
  color: #636363;
  border: none;
  text-align: left;
  text-decoration: underline;
}

.buttton:hover {
  color:#749AB8;
  font-style: italic;
}

.redirect {
  margin-top:10px;
  margin-left:5px;
  margin-right:5px;
  padding:10px;
  background-color: #91A0AB;
  letter-spacing: 4px;
  width:30%;
  border-style: outset;
  border-radius: 20px;
  border-width:5px;
}

.redirect:hover {
  background-color: #749AB8;
}

.redirect a{
  color: #f2efed;
}

.content {
  overflow: auto;
}

.entryyy {
  line-height: 20px;
  letter-spacing: 1px;
  margin: 10px;
  padding: 1%;
}

.entryyy p {
  margin-bottom: 15px;
}

