@font-face {
  font-family: 'smalle';
  src: url('smalle.ttf?#iefix') format('truetype');
}

html {
  scrollbar-color: #F6DEEB #ffffff;
}

body {
  background-image: url(diary/plaid.png);
  background-repeat: repeat;
  background-size: 40%;
  font-family: 'smalle';
  font-size: 17px;
}

.t, .b {
  position: fixed;
  width: 100vw;
  height: 70px;
  background-image: url(diary/fuck_you.png);
  background-repeat: repeat-x;
}

.r, .l {
  position: fixed;
  width: 100vw;
  height: 70px;
  background-image: url(diary/fuck_you.png);
  background-repeat: repeat-x;
}

.container {
  width: 550px;
  height: fit-content;
  background-image: url(diary/paper_lined.png);
  background-repeat: repeat;
  background-size: 110%;
  margin: 20px auto auto auto;
  border: solid 20px;
  border-image: url(diary/what.png) 20 round;
  border-image-outset: 2px;
  padding: 10px;
}

.header {
  font-size: 25px;
  padding: 10px;
  text-align: center;
  height: 50px
}

.entries {
  text-align: center;
  color: #473045;
}

.button, .footer {
  width: 40vw;
  height: fit-content;
  text-align: center;
  background-image: linear-gradient(#ffffff 20%,  #F6DEEB 80%);
  border: solid 3px #ffffff;
  border-radius: 5px;
  padding: 4px;
  margin: 20px auto auto auto;
}

a:link {
  color:  #FABED7;
 }
  
 a:visited {
  color: #c59bb8;
 }
  
 a:hover {
  color: #e49bc8;
}