.center {
text-align: center;
}

body {
background-color:black;
color: white;
background-image: url("img/viking_pattern.png");
background-repeat: repeat;
background-size: 1000px 1000px;
font-family:Sora;
}

a.hidden {
    text-decoration: none;
    color: white;
}

p.nospace {
    margin-block-start: 0px;
}

.logo {
	font-family:Octin;
	margin-bottom: 100px;
}

.img-logo {
  margin-top: 50px;
}

.img-menu {
	border: solid;
	border-color: white;
	border-width: 2px;
	border-radius: 25px;
	padding: 20px;
	margin-right: 50px;
	width: 300px;
	height: 320px;
	background-color: black;
	opacity: 0.75;
}

.img-menu:hover {
	border-color: orange;
	color: orange;
	border-width: 2px;
}

.menu {
	display: inline-flex;
	padding-bottom: 50px;
}

.menu h3 {
	font-family:Octin;
}

.text-left {
	display: inline-flex;
	text-align: left;
}

.footer {
    	text-align: center;
    	position: static;
    	width: 100%;
    	font-size: 12px;
    	bottom: 0;
    	opacity: 0.75;
}

@font-face {
	font-family: Octin;
	src: url(fonts/Octin.otf);
}

@font-face {
        font-family: Sora;
        src: url(fonts/Sora.otf);
}

.orange {
	color: orange;
}

.dummy_cenik {
	min-height: 30vh;
}
