
  @font-face {
  font-family: Needleteeth;
  src: url(../fnt/Requiem.ttf);
}

body {background-color: black;
    background-image: url(BGsidebar.jpg);
    background-repeat: repeat-y;
    border: solid transparent;
    /* border-left-width: 0px; */
   
    font-family: Needleteeth;}
        .main {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:red;
            width:600px;
             border-image: url(borderimage.gif) 30 / 19px round;
            margin-top:1vh;
           
            height:100%;
            
        }

.mainnb {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
            color:red;
            width:600px;

            margin-top:1vh;
           
            height:100%;
            
        }

li{margin:10px;}



.cont {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:red;
    width:100%;
        height:100%;
    
        }
.code {background-color:grey;
border: 1px solid black
;text-align: left;
    color:red;
    font-family:monospace;
}
.images {
    
     margin:10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
            color:red;
    text-align:center;
}
.sub {
   
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
            color:red;
    text-align:center;
    
}
.image{margin:10px;width:30%;}
a:link{color:red}
a:active{color:yellow;}
a:visited{color:red}
a:hover{color:cyan;}



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;
}