
  @font-face {
  font-family: Needleteeth;
  src: url(../fnt/Turpis.ttf);
}

body {background-color: black;
    background-image: url(bg.jpg);
    background-size:100%;
    border: solid transparent;
    /* border-left-width: 0px; */
   
    font-family: Needleteeth;}
        .main {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:white;
            width:800px;
            border:1px white solid;
            margin-top:1vh;
           
            height:100%;
            
        }

.mainnb {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
            color:white;
            width:600px;

            margin-top:1vh;
           
            height:100%;
            
        }

li{margin:10px;}


.cont {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:white;
    width:100%;
        height:100%;
    
        }
.code {background-color:grey;
border: 1px solid black
;text-align: left;
    color:white;
    font-family:monospace;
}
.images {
    
     margin:10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
            color:white;
    text-align:center;
}
.sub {
   
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:white;
    text-align:center;
    
}
.image{margin:10px;max-width:90%;}
a:link{color:white}
a:active{color:yellow;}
a:visited{color:white}
a:hover{color:red;}



input {margin:20px}
.imglink {    display: flex;
    flex-direction: column;
}
.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;
}