body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'BJCree-semibold';
  src: url(https://eden-online.neocities.org/fonts/BJCree-SemiBold.ttf);
    font-size: 14px;
}

p {
  background: white;
  
}


@font-face {
  font-family: 'midnight-flame';
  src: url(https://eden-online.neocities.org/fonts/MidnightFlameGothicDemo-1GWMM.otf);
}

@font-face {
  font-family: 'medival-pixel';
  src: url(https://eden-online.neocities.org/fonts/medieval-pixel.otf);
}

@font-face {
  font-family: 'gothic-ragged';
  src: url(https://eden-online.neocities.org/fonts/GothicRaggedRegular-8ODBJ.ttf);
}

@font-face {
  font-family: 'kenzi';
  src: url(https://eden-online.neocities.org/fonts/Kenzi-zrV33.ttf);
}

@font-face {
  font-family: 'BJCree';
  src: url(https://eden-online.neocities.org/fonts/BJCree-Regular.ttf);
}

@font-face {
  font-family: 'BJCree-semibold';
  src: url(https://eden-online.neocities.org/fonts/BJCree-SemiBold.ttf);
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 220px;
}

.title {
    font-family: "Plaster", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 132px;
    color: magenta;
    opacity: 0.1;
    letter-spacing: -6px;
    line-height: 100px;
    padding-left: 24px;
    padding-top: 24px;
}

a h2 {
    text-decoration: none;
    color: inherit;
}

.button {
  width: fit-content;
  font-size: 11px;
  color: black;
  font-family: MS PGothic;
  padding: 3px;
    padding-right: 3px;
    padding-left: 3px;
  padding-left: 5px;
  margin-top: 1px;
  padding-right: 20px;
  transition: 0.3s;
  
}

img.button {
  width: 80%;
  transition: transform .7s ease-in-out;
}

img.button:hover {
  transform: rotate(360deg);
}

.main {
    position: fixed;
    top: 0;
    left: 220px;
    height: 100%;
    width: calc(100vw - 220px);
}

.welcome {
    background: #EEE;
    background-repeat: no-repeat;
    background-position: 34px 34px;
}

.menu {
    background-image: url(https://eden-online.neocities.org/cryptid_zoo/images/GRYDIRT2.JPG);
    background-size: 100%;
    background-repeat: repeat;
    padding: 12px;
    width: 220px;
    box-sizing: border-box;
    overflow: auto;
    
}

.menu-item {
    background: #000;
    color: #c8d3fa;
    letter-spacing: 0px;
    font-size: 15px;
    box-sizing: border-box;
    width: 187px;
    height: 65px;
    display: block;
    margin-top: 6px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2px;
    background-repeat: no-repeat;
    font-family: 'BJCree';
    src: url(https://eden-online.neocities.org/fonts/BJCree-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1;

    padding-top: 33px;
    padding-left: 15px;
}

.menu-item:hover {
    background-position: -2px 2px;
    padding-top: 35px;
    padding-left: 13px;
}

.smokingibadforyu {
    position: absolute;
    bottom: 0;
    right: 0;
}

.thumb {
  display: block;
  height: 40px;
  width: 163px;
  background-position: center;
  border: 2px solid #000;
  margin-top: 24px;
  background-size: cover;
}

.thumb:hover {
  display: block;
  height: 40px;
  width: 163px;
  background-position: center;
  border: 2px solid #000;
  margin-top: 24px;
  background-size: cover;
}

.thumb-label {
    display: block;
    width: 163px;
    color: #FFF;
    background: #000;
    text-decoration: none;
    border: 2px solid #000;
}

img {
    max-width: 100%;
}

.content {
    overflow: auto;
    padding: 34px;
    box-sizing: border-box;
    background: #EEE;
}

.content img {
    max-width: 75%;
    max-height: 900px;
    border: 1px solid #000;
    display: block;
    margin-top: 12px;
}

.border-0 {
    border: 0 !important;
}

.no-height-limit {
    max-height: unset !important;
}

.small {
    font-size: 11px;
}

.sitename {
  line-height: 1;
    text-decoration: none;
    color: inherit;
    font-size: 25px;
    letter-spacing: 2px;
    text-shadow: 2px 2px #eee;
      font-family: 'gothic-ragged';
  src: url(https://eden-online.neocities.org/fonts/GothicRaggedRegular-8ODBJ.ttf);
}

