body {
	margin: 0;
	background-color: #000000;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
    width: 100%;
    color: white;
    font-family: 'font_tape';
    background-image: url('./img/bg.jpg');
    background-size: cover;
    background-position: center;
}

h1 {
    font-size: 14px;
}


a:link{
	color:white;
}

a:visited{
	color:white;
}

a:active{
	color:white;
}

a:hover{
	color: white;
    background-color:#32FF00;
}

a {
    /* border: 1px solid white; */
    padding: 5px;
    margin:5px;
    margin-bottom:10px;
}

#footer {   
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
 }

.container{
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; 
    overflow:hidden;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-height: 500px;
}

.linkfield {
    pointer-events: all;
    fill: none;
    opacity: 100;
}

.linkfield:hover {
    stroke-width:2;
    stroke: white;
    cursor: pointer;
}

.category {
    margin:20px;
    padding: 10px;
    border: 1px solid white;
    
    background-color: rgba(255,255,255,0.05);
    line-height: 2em;
}



@font-face {
    font-family: font_tape;
    src: url("./font_tape.otf") format("opentype");
}