::-moz-selection{
  color: white;
  background: #350f00;
}

::selection{
  color: white;
  background: #350f00;
}

body{
    background-color: #481400;
    font-family: 'Arial', sans-serif;
    color: white;

    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;

    padding-top: 50px;
    padding-left: 57px;
    padding-right: 57px;
}

*{
    box-sizing: border-box;
    image-rendering: pixelated;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Adobe Garamond', serif;
    text-transform: uppercase;
}

.site_container{
    max-width: 833px;
    width: 833px;
    max-height: 100%;

    /* padding-top: 50px;
    padding-left: 57px;
    padding-right: 57px; */
}

.header{
    display: flex;
    align-items: center;
    min-width: 500px;
    width: 500px;
    margin-bottom: 53px;
}

.logo_container{
    mix-blend-mode: plus-lighter;
    opacity: .81;
    position: relative;
    width: 59px;
    height: 38px;
    margin-right: 13px;
}

.header_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 38px;
}

.header_logo.glow {
    z-index: 2;
    filter: blur(4px);
    opacity: .5;
}

.header_logo:not(.glow) {
    z-index: 1;
}

.header_textrack{
    height: fit-content;
}

.header_title{
    font-size: 16px;
    letter-spacing: 0.09375em;
    margin: 0;
    color: #ffe6cf;
    font-weight: bold;
}

.header_subtitle{
    font-size: 10px;
    letter-spacing: 0.08em;
    margin: 0;
    color: #ce9471;
}

.header_glow{
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.51);
}

.guts_container{
    display: flex;
}

.main_contents{
    max-width: 720px;
    width: 720px;
    
    /* debug colour
     background-color: red; */
}

.sidebar{
    display: flex;
    flex-direction: column;
    gap: 21px;
    max-width: 113px;
    width: 113px;
    height: 100%;
    font-size: 10px;
    letter-spacing: 0.08em;
    position: relative;
}

.sidebar-link{
    position: relative;
    text-decoration: none;
    color: #ce9471;
    font-family: 'Adobe Garamond', serif;
    font-weight: bold;
    padding-left: 23px; /* so arrow no go overlap text */
}

.selected_arrow{
    user-select: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}