
body,
html {
	margin: 0;
}

body {
	color: #C7B4ED;
	font: 18px/30px Georgia, serif;
	background-color:#660066
}

.main {
	width: 90%;
	margin: 0 auto;
	padding: 0 20px;
}

aside {
	position: relative;
    left: 80%;
    top: -670px;
}


.logo img {
    margin: 0 auto;
    display: block;
}

.logo1 img {
    margin: 50px auto;
    display: block;
}


.text {
	    text-align: center;
	    font-size: 20px;
	}


.shadow {
		text-shadow: 2px 2px lightgray;
	   font-size: 55px;
       text-align: center;
		}

h1 {
	margin: 50px 0px 80px 0px;
    text-align: center;
}


.logo1 a {
	display: inline-block;
	text-indent: -9999px;
}

.circlemargin {
	border-radius: 5%;

	margin-left: auto;
	margin-right: auto;

}


a.buttonik {
	border: 1px solid #7f4a2e;
	border-radius: 	5px;
	padding: 10px;
	background: #7f4a2e;
	display: inline-block;
	margin-top: 30px;
	color: #f7f7f7;
	text-decoration: none;

}

.martop {
	margin-top: 30px;
}

.skrytylink{
	text-decoration: none;
	color: 	#0000ff;
}

.global-footer {
	text-align: center;
}	