.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}/*másolás védelem*/
*{box-sizing:border-box}
.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}/*másolás védelem*/
*{box-sizing:border-box}
*{letter-spacing:1px;word-spacing:4px;}
body{text-align:center;font-family:fahk,arial;font-size:1em;color:black;background:#121212}
body{
		background-image: url("../kep/abszurd/morbid2.jpg");
		background-repeat: no-repeat;background-position:left;background-attachment: fixed;
		background-size:cover;
	}
	/*body{
		background-image: url("video/erdekes/zivatar.gif");
		background-repeat: no-repeat;background-position:center;background-attachment: fixed;margin-top:1em;
		background-size:cover;
	}*/
@font-face{font-family:fahk;src:url("../cssfont/fahk.ttf")}
@font-face{font-family:mukta;src:url("../cssfont/mukta.ttf")}
.jumbotron{background:none;padding-top:2em;padding-bottom:2em;}
.container{margin-bottom:2em;margin-top:2em}
.card{background:none}
.card-body{background:#f1f1f1;border-radius:8px}
#video{width:100%}
h2,h3,h4{text-align:center;line-height:2}
h1{color:white;}
h5{font-size:1.2em;text-align:center;}
h6{font-size:0.8em;line-height:2}
p{text-align:left}
hr{width:1px}
a:link{text-decoration:none;}
a{
    display:inline;color:white;  
    background-color:#601101;font-family:mukta;font-size:.8rem;padding:6px 20px;
	margin:5px;border-radius:10px;
}
.a:hover{color:black;background-color:gold;}
b:link{text-decoration:none;}
b{
    display:inline;color:white;  
    background-color:#601101;font-family:mukta;font-size:.8rem;margin:8px;margin-top:10px;
	border-radius:5px;
}
.b:hover{color:black;background-color:gold;}