@import url('https://fonts.googleapis.com/css2?family=Plaster&family=Zen+Dots&display=swap');

body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: Consolas, monospace;
    font-size: 13px;
}

.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;
}

.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: magenta;
    padding: 12px;
    width: 220px;
    box-sizing: border-box;
    overflow: auto;
}

.menu-item {
    background: #000;
    color: magenta;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 16px;
    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: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;

    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 {
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    text-shadow: 2px 2px #eee;
    font-family: Verdana, sans-serif;
}