@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');

@font-face { 
    font-family: simple;
    src: url('https://summerkaptilo.neocities.org/Images/Simple.ttf'),
    url('../../../Images/Simple.ttf');
}

@font-face { 
    font-family: emoji;
    src: url('https://summerkaptilo.neocities.org/Images/EmojiFont.ttf'),
    url('../../../Images/EmojiFont.ttf');
}

@font-face { 
    font-family: blacknebula;
    src: url('https://summerkaptilo.neocities.org/Images/BlackNebula.ttf'),
    url('../../../Images/BlackNebula.ttf');
}

@font-face { 
    font-family: mini;
    src: url('https://summerkaptilo.neocities.org/Images/MiniFont.ttf'),
    url('../../../Images/MiniFont.ttf');
}

body {
    background-image: url('bg1.gif');
    font-family: 'simple';
    font-size: 20px;
    color: #300B0B;
}

.container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 900px;
}

.header {
    background-image: url('header.png');
    background-repeat: no-repeat;
    width: 900px;
    height: 600px;
}

.flex {
    display: flex;
}

.side {
    width: 400px;
}

.info {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #EDE3E1;
}

.info em {
    color: #BD6060;
}

.lyrics {
    text-align: center;
}

.intext {
    width: 95%;
    margin: auto;
}

.intext a {
    color: #B31414;
}

.nav {
    width: 300px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EDE3E1;
    overflow-y: scroll;
    overflow-x: hidden;
}

.nav ul {
    list-style-image: url('bullet2.gif');
}

.nav a {
    color: #B31414;
    text-decoration-style: dashed;
}

.posts {
    width: 500px;
    margin-top: -20px;
}

.entry {
    width: 500px;
    background-color: #EDE3E1;
}

.status {
    width: 100%;
    border-bottom: #6E1A1A solid 1px;
}

.status b {
    font-family: 'blacknebula';
    color: #BD6060;
    font-weight: normal;
    font-size: 18px;
}

.status em {
    font-family: 'mini';
    color: #B31414;
    font-style: normal;
}

.status ul {
    margin: 0px;
    list-style-image: url('bullet.gif');
}

.enttext {
    width: 99%;
    margin: auto;
}

h3 {
    font-family: 'UnifrakturMaguntia';
    background-color: #6E1A1A;
    color: #EDE3E1;
    margin: 0px;
}

h4 {
    font-family: 'blacknebula';
    background-color: #6E1A1A;
    color: #EDE3E1;
    margin: 0px;
}

::-webkit-scrollbar {
  width: 3px;
  }
  
  ::-webkit-scrollbar-track {
  background: #EDE3E1;
  }
  
  ::-webkit-scrollbar-thumb {
  background: #6E1A1A;
  }
  
  ::-webkit-scrollbar-thumb:hover {
  background: #B31414;
  }