
.main{
	margin-top: -15px;
	position: relative;

	max-width: 1000px;
}

.main a{
	color: #d28bda;
}

.main a:hover{
	color: #bc51c8;
}

.main h1 a{
	color: white;
}
.main h1 a:hover{
	color: #bc51c8;
}


body {
  display: flex;
  color: #dcdbd6;
  justify-content: center;/* centruje poziomo */
  background-color: #1F1F1F;
  
  font-family: sans-serif;
}



.nav {
	display: inline-block;
}

.nawigacja {
	border-bottom: 1px solid white;
	max-height: 65px;
	margin-bottom: 8px;
}

.nav-links{
	flex: 1;
	text-align: left;
	margin-bottom: 30px;
	margin-top: -20px;
}


.nav-links a{
	color: white;
	margin-right: 8px;
	font-weight: bold;

}

.nav-links a:hover{
	color: #bc51c8;
}

.info {
    color: white;

}


.quote{
	background: rgba(180, 63, 192, 0.1);
	max-width:900px;
	color: #b43fc0;
	width: 90%;
	align-items: center;
	text-align: center;
	margin: 20px auto;
	border: solid #d28bda;
	border-radius: 5px;
	border-width: 1px;
	padding: 10px;
	color: #FFE500;
	
}
