
  @font-face {
  font-family: Needleteeth;
  src: url(../../fnt/Requiem.ttf);
}

body {background-color: black;
    background-image: url(../../bg/bgghost.jpg);
    background-repeat: repeat-y;
    border: solid transparent;
    /* border-left-width: 0px; */
    border-width: 0 100;
    border-left-width: 0px;
    border-image: url(../../bg/ghosttest.jpg) 33% repeat;
    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:5%;
            margin-bottom:5%;
           
            height:100%;
            max-height:400px;
        }

.cont {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:white;
    width:100%;
        height:100%;
    
        }

.images {
    
     margin:10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
            color:white;
    text-align:center;
}
.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;
}