a:active {
	color: #000099
}

a:visited {
	color: #990099
}

a {
	color: #000099
}

body {
	text-align: center;
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 255, 255); 
	background-image: url(sfondowb.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.logo {
	
}

.logo img {
	width: 200px; 
	height: 220px;
}

.name {
	font-size: 40px;
	color: red;
	margin-top: 5%;
}

.fields {
	margin-top: 3%;
	color: red;
	font-size: 30px;
}

.description {
	margin-top: 3%;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	color: black;
	font-size: 20px;
}

.contacts-title {
	font-size: 25px;
}

.contacts {
	margin-top: 5%;
	bottom: 5px;
	color: white;
}