/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
  @font-face {
  font-family: 'Spray';
  src: url("https://fttdarchive.neocities.org/blog/SisterSpray.ttf");
}

@font-face {
  font-family: 'NCLNEO';
  src: url("https://fttdarchive.neocities.org/NCLNeovibes.otf");
}

  body {
    background-image: url("https://fttdarchive.neocities.org/blog/26bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    margin: 0vw;
    padding: 0vw;
    background-color: #755154;
  }
  
  #page {
    margin-top: 2.6042vw;
  }
  
   #topbar .buttons {
    display: inline-block;
    background: linear-gradient(60deg, rgba(250, 61, 47, 0.9) 0%, rgba(51, 3, 0, 0.9) 100%);
    border: 0.1953vw outset white;
    border-radius: 0.9766vw 3.2552vw;
    font-size: 1.3021vw;
    text-decoration: none;
    padding: 1.6276vw;
    padding-top: 0.9766vw;
    padding-bottom: 0.9766vw;
    color: white;
    line-height: 0.2604vw;
    font-family: 'Verdana';
    font-weight: bold;
    font-style: italic;
    margin-right: 0.1953vw;
    margin-bottom: 0.6510vw;
  }
  
  #topbar .buttons:hover {
    background: linear-gradient(180deg, rgba(0, 151, 19, 0.75) 0%, rgba(0, 36, 7, 0.75) 100%);
  }
  
  #sidebar {
    display: table-cell;
    vertical-align: top;
    width: 11.3932vw;
    background: linear-gradient(180deg, rgba(255, 219, 217, 0.9) 0%, rgba(250, 61, 47, 0.9) 10%, rgba(51, 3, 0, 0.9) 100%);
    text-decoration: none;
    color: white;
    border: 0.1953vw outset white;
    border-radius: 0.9766vw 0vw 0vw 3.2552vw;
    padding-top: 1.6276vw;
    padding-left: 0.3255vw;
    padding-right: 0.3255vw;
    line-height: 1.0417vw;
  }
  
  #sidebar h2 {
    font-family: 'Spray';
    font-size: 1.6276vw;
    line-height: 0.5208vw;
    line-height: 0.2083vw;
    margin-bottom: 1.4323vw;
  }
  
  #sidebar p {
    font-style: italic;
    font-family: 'Verdana';
    font-weight: bold;
    font-size: 0.9766vw;
  }
  
  #entries a{
    display: list-item;
    font-family: arial;
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-left: 1.3021vw;
    padding-bottom: 0.6510vw;
    font-size: 1.2vw;
  }
  
  #entries a:hover {
    color: lightblue;
    text-decoration: underline;
  }
  
  #main {
    border: 0.3255vw outset white;
    border-radius: 0vw 3.2552vw 0.9766vw 0vw;
    display: table-cell;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.4);
    height: 38.4115vw;
    max-width: 65.1042vw;
    padding: 1.3021vw;
    padding-bottom: 0vw;
  }
  
  
  #main .entry {
    display: inline-block;
    border-radius: 1.3021vw;
    height: 37.1094vw;
    width: 63.8021vw;
    border: 0.1953vw solid white;
  }
  
  #sidebar marquee {
  display:inline-block;
  width: 10.7422vw;
  border-left: 0.3255vw #818181 solid;
  border-right: 0.3255vw #818181 solid;
  border-top: 0.1628vw white solid;
  border-bottom: 0.2604vw white solid;
  font-size: 0.9766vw;
  font-family: 'tahoma';
  color: yellow;
  background-color: black;
  font-weight: bold;
}
  
  