::-moz-selection{
  color: white;
  background: #350f00;
}

::selection{
  color: white;
  background: #350f00;
}

body{
    background-color: #431700;
    font-family: 'Adobe Garamond', serif;
    color: white;

    padding: 0;
    margin: 0;
    display: flex;
    justify-content: left;
    font-size: 10px;
}

*{
    box-sizing: border-box;
}

.site_container{
    max-width: 1000px;
    width: 1000px;
    height: 738px;
    min-height: 100%;
    background-image: url(/src/img/bg.png);

    /* padding-top: 50px;
    padding-left: 57px;
    padding-right: 57px; */
}

.header{
    display: flex;
    align-items: center;
    min-width: 500px;
    width: 550px;
    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;
    margin-right: 80px;
    width: 250px;
}

.header_title{
    font-size: 14px;
    letter-spacing: 0.09375em;
    margin: 0;
    color: #ffe6cf;
    font-weight: bold;
}

.header_subtitle{
    font-size: 10px;
    letter-spacing: 0.14em;
    margin: 0;
    color: #ce9471;
}

.header_glow{
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.51);
}

.background_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
    display: flex;
    justify-content: center;
}

.enter_btn{
    color: #ce9471;
    letter-spacing: 1.280em;
    cursor: pointer;
}

.enter_btn:hover{
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.51);
}

.requirements{
    color: #ce9471;
}

.shift{
    padding-left: 418px;
    padding-top: 406px;
}

a{
    color: #ce9471;
    text-decoration: none;
}