@font-face {
    font-family: 'ubuntuRegular';
    src: url('/css/fonts/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ubuntuBold';
    src: url('fonts/Ubuntu-Bold.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'ubuntuItalic';
    src: url('fonts/Ubuntu-Italic.ttf') format('truetype');
    font-weight: bold;
}

* {
    text-decoration: none;
    color: #222222;
    font-family: ubuntuRegular;
}

html {
    background-color: #FFFFFF;
    background-size: 100vw 100vh;
}

header {
    position: fixed;
    left: 0px;
    right: 0px;
}

header img#logo {
    position: relative;
    top: 10px;
    left: 20px;
    width: 120px;
}

main {
    position: fixed;
    left: 110px;
    top: 220px;
    width: auto;
    background-color: #FFFFFF86;
    border-radius: 20px;
    padding: 10px 36px 10px 36px;
}

main p, main h1, main h2, main h3 {
    color: #424242;
}

main img#markei_server_logo {
    position: absolute;
    width: 160px;
    right: 20px;
    bottom: 20px;
    opacity: 0.6;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
}

footer a {
    position: relative;
    left: 20px;
    bottom: 18px;
    color: #686868;
}

footer a.disabled {
	pointer-events: none;
	color: #AAAAAA;
}

footer p#copyright {
    position: fixed;
    right: 20px;
    bottom: 0px;
    color: #686868;
}