html {
    scrollbar-color: #bb2323 #581414;
    scrollbar-width: thin;
}

body {
    font-family: "RussianGothic", "MS UI Gothic", "NEC_APC3", Tahoma;
    background-image: url(nbg.gif);
    background-color: #330b0b;
    font-size: 12px;
    image-rendering: pixelated;
    
}

ul {
    list-style-image: url(star.png);
}

p {
    color: white;
}

input, button {
    color: #ffffff;
}

#left, #right {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    width: 142px;
}

#left *, #right *{
    margin-bottom: 2px;
}

#everything{
    color: white;
    width: 612px;
}

#ad {
    display: block;
    margin-top: auto;
}

#main-layout {
    display: flex;
}

#middle {
    background-color: transparent;
    flex: 1;
    margin-left: 2px;
}
#middle * {
    margin-bottom: 2px;
}

.container {
    background-color:#581414;
    box-sizing: border-box;
    border-spacing: 0;
    border: ridge 2px #bb2323;
}

#blog {
    height: 262px;
    overflow-y: scroll;
}

#blog-entry {
    margin-left: 2px;
    margin-right: 2px;
}


.title {
    color: white;
    margin-bottom: 2px;
    font-size: 18px;
    text-align: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fcontents {
    height: fit-content;
}

.project {
    display: flex;
    margin: 2px;
}

.project-content{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


a:link {
  color: #ff3a3a;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #ff8097;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: rgb(187, 0, 0);
  background-color: transparent;
  text-decoration: underline;
}