.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}
*{font-family:fahk}
body{text-align:center;}
body{
background-image: url("../kep/abszurd/morbid2.jpg");
background-repeat: no-repeat;background-position:center;background-attachment: fixed;
background-size:cover;
}
@font-face{font-family:fahk;src:url("../cssfont/fahk.ttf")}
.container{margin-top:2rem;background:#f1f1f1;border-radius:3rem;padding:2rem}
.col-sm-12{text-align:left;line-height:2rem;padding:2rem}
.ul{border-radius:6px;}
.ul2{background:lightcoral}
.jumbotron{margin-bottom:0;background:LightCoral;padding:10px;border-radius:30px}
img{width:90%;border-radius:10px;margin:1rem}
img1{width:80%;border-radius:4px}
.card{background:#ffffff;border:none;}
nav{text-align:center;width:60%;margin:1rem auto;border-radius:5px}
.nav1{text-align:center;margin:1rem auto;background:#121212;width:30%;border-radius:5px}
.nav2{text-align:center;margin:5px auto;background:transparent;}
h1,h2{text-align:center;margin:1.5rem auto;color:black;}
h3{text-align:center}
h6{text-align:center;font-family:arial;font-size:0.7em}
p{font-size:0.8rem;padding-top:10px;text-align:center;line-height:2}
hr{width:1px}
.hr{width:50%;border:1px solid gray}
a{text-decoration:none;}
.a{
display:inline-block;
color:white;border-radius:10px;
font-size:.9rem;
padding:3px 15px;margin:10px 3px;
font-family:fahk,arial;background:#ff1101;
}
.a:hover{color:black;background:lightblue;border:none;text-decoration:none;}
