@font-face
{
font-family: "28days"; 
src: local("28Days"),
url("./28dayslater.ttf")
format("TrueType")
}

{
font-family: "Bullhead"; 
src: local("Bullhead"),
url("./BERNHC.TTF")
format("TrueType")
}


h1,h2,h3,h4 {font-family: 'Bullhead'}

.group{
display:flex; 
flex-wrap:wrap;
gap: 10px;
padding:1%;
justify-content:center;

align-content:space-evenly;
font-size=20px;
border:0px solid black; 
color: #c7bea0;
}

.fadeblack { box-shadow: inset 0 0 50px 50px rgb(0 0 0 / 100%);}

html, body {
background-color: #000000;
padding: 0px;
margin: 0px;
color: #ffffff;
}


body::before {
            content: "";
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 0;
            background-image: url('./images/BJ-Back_v1.png');
            background-size: 100%;
            background-position: center center;
            background-repeat: no-repeat;
				background-color: black;
				color: white;
        }

body {
      background: none;
     }
q-button
{
				background-color: black;
				color: white;
}

.foto {
border-width: 5px;
border-bottom: #fff;
border-left:#fff;
border-right: #fff;
border-top: #fff;
border-style: solid;
}
