* html {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

body {
    background-color: black;
    margin: 0;
    padding: 0;
}

.main_bk {
    background: url(/s/img/bk.jpg) no-repeat fixed top center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 0;
    color: #00ff00;
    display: flex;
    justify-content: center;
}

.footer {
    position: absolute;
    width: 100%;
    height: 14px;
    bottom: 0px;
    z-index: 100;
    font-family: 'prompt_medium';
    font-size: 0.5em;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.header {
    position: absolute;
    width: 100%;
    height: 18px;
    top: 0px;
    z-index: 100;
    font-family: 'prompt_medium';
    font-size: 1em;
    color: #ffffff;
    display: flex;
    justify-content: right;
}

.header_user {
    position: absolute;
    right: 16px;
    top: 8px;
    font-family: 'prompt_medium';
    font-size: 0.9em;
    color: #ffffff;
}

.header_type {
    position: absolute;
    right: 16px;
    top: 26px;
    font-family: 'prompt_medium';
    font-size: 0.7em;
    color: #ffffff;
}

.header_admin {
    position: absolute;
    left: 8px;
    top: 140px;
    font-family: 'prompt_medium';
    font-size: 0.75em;
    color: #ffffff;
    text-align: left;
}

.nav {
    position: absolute;
    left: 8px;
    top: 8px;
    font-family: 'prompt_medium';
    font-size: 0.75em;
    color: #ffffff;
    z-index: 101;
}

.main {
    position: absolute;
    width: 100%;
    color: #fff;
    font-family: 'prompt_medium';
    font-size: 1.2em;
    top: 2%;
    left: 2%;
    text-align: left;
    z-index: 1000;
}



.box {
    font-family: 'prompt_medium';
    color: white;
    position: absolute;
    width: 60%;
    height: 70%;
    background: rgba(0, 0, 0, 0.8);
    top: 15%;
    left: 20%;
    z-index: 1000;
    text-align: center;
}

.box_inner {
    font-family: 'prompt_medium';
    color: white;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    z-index: 1000;
    text-align: left;
}
.box_review {
    font-family: 'prompt_medium';
    color: white;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 5%;
    left: 15%;
    z-index: 1001;
    text-align: left;
}

.bigbox {
    font-family: 'prompt_medium';
    color: white;
    position: absolute;
    width: 80%;
    height: 70%;
    background: rgba(0, 0, 0, 0.8);
    top: 20%;
    left: 10%;
    z-index: 1000;
    text-align: center;
}

.formbox {
    font-family: 'prompt_medium';
    color: white;
    position: absolute;
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 5%;
    left: 15%;
    z-index: 1000;
    text-align: center;
}

.topbox {
    font-family: 'prompt_medium';
    color: white;
    position: absolute;
    width: 80%;
    height: 5%;
    background: rgba(0, 0, 0, 0.8);
    top: 5%;
    left: 10%;
    z-index: 1000;
    text-align: center;
}


form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

label {
    font-family: 'prompt_medium';
    font-size: 14px;
    color: #ccc;
    margin: 5px 0;
}

input[type="text"], input[type="email"], input[type="tel"] {
    padding: 5px;
    border: 1px solid #444;
    border-radius: 5px;
    font-size: 14px;
}

button {
    margin-top: 10px;
    margin-left: 150px;

    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 300px;
}

button:hover {
    background-color: #45a049;
}

.userlist {
    font-family: 'prompt_medium';
    font-size: 13px;
    color: #ccc;
    margin: 10px 0;
    text-align: left;
    padding: 50px;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
    text-shadow: 0 0 1px white, 0 0 2px white;
}

a:active {
    color: white;
    text-decoration: none;
}

@font-face {
    font-family: 'prompt_light';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Prompt-Light.woff2') format('woff');
}

@font-face {
    font-family: 'prompt_medium';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Prompt-Medium.woff2') format('woff');
}

@font-face {
    font-family: 'VGA_8x14';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Web437_IBM_VGA_8x14.woff') format('woff');
}

@font-face {
    font-family: 'VGA_8x16';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Web437_IBM_VGA_8x16.woff') format('woff');
}

@font-face {
    font-family: 'Apple_2';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Apple2.woff2') format('woff2');
}

@font-face {
    font-family: 'Prompt';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Prompt-Regular.woff2') format('woff2');
}