@charset "utf-8";

@font-face {
    font-family: myDigital;
    src: url(https://rrwx.info//_css/DS-DIGI.TTF);
}

html, body{
    height: auto;
    margin: 0;
    text-align: center;
    background-color: #000000;
    }

form {
    display: block;
    margin-top: 0em;
}

.content {
    text-align: center;
    max-width: 640px;
    margin: auto;
    padding: 0px;
    background-color: #000000; 
    font-family: 'Shadows Into Light', cursive;
    font-size: 1.8em;
    color: #33ff66;
	display: block;
	position: relative;
    }

.graphic {
    text-align: center;
    max-width: 640px;
    margin: auto;
    padding: 0px;
    background-color: #000000; 
	height: auto;
    max-height: 1165px;
    display: block;
    position: relative;
    }

div.buttons {
    max-width: 640px;
    height: auto;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 10px;
	position: relative;
}

 div.box {
    max-width: 640px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    z-index:99999;
    background-color: #000;
    font-size: 1.8em;
    line-height: .0em;
    font-family: myDigital;
    color: #33ff66;
    white-space: nowrap;
    }

div.b-box {
    text-align: center;
    max-width: 640px;
    margin: auto;
    padding: 0px;
    background-color: #000000; 
	position: relative;
    background-color: #000;
    font-size: 1.8em;
    line-height: .2em;
    font-family: myDigital;
    color: #33ff66;
    white-space: nowrap;
    }	
	
a:link {
    color: #33ff66;
    
}

a:visited {
    color: #33ff66;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;    
}