
  @font-face {
  font-family: Needleteeth;
  src: url(../../fnt/Requiem.ttf);
}

body {background-color:black;  font-family: Needleteeth;}
        .main {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:white;
            width:600px;
            border:1px white solid;
            margin-top:12%;
        }

.cont {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:white;
    width:100%
        }


.sub {
    margin:10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:white;
    text-align:center;
    
}
a:default{color:white}
a:visited{color:white}
a:hover{color:red;}
a:link{color:white;}


input {margin:20px}

.buton {
border: outset 10px;
    margin: 0.5em;
    padding: 0.5em;
    display: inline-block;
    /* background-color: #2d1c1c; */
    background-image: url(../../bg/marbe_bg.gif);
    text-transform: uppercase;
    padding: 11px;
    color: #000;
        font-weight: 800;
    text-shadow: 2px 1px #5a5a5a;
}
.buton:hover {
	cursor: pointer;
}