root: {
	--background-image: url("images/back.jpg");
}

body {
	background-color: #200F21;
	color: #eee;
	font-family: Tahoma;
	line-height: 1.6;
	margin: 12px 16px 12px;
	text-align: center;
}

p {
	margin: 10px 30px;
}

ul {
	display: inline-block;
	text-align: left;
}

.reviewImages {
	line-height: 50px;
}

.reviewImages > img {
	vertical-align: middle;
}

.back-img {
	background-image: url("images/back.jpg");
}

.block {
	background: #382039;
	border: 4px ridge #F638DC;
	margin: 10px auto 20px;
	padding: 0px;
	max-width: 800px;
}

hr {
	color: #F638DC;
}

.header-title {
	color: #F638DC;
}

.nav {
	color: #F638DC;
}

.nav a {
	text-decoration: none;
}

a {
	color: #F638DC;
    font-weight: bold;
}

.projects {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px;
}

.projectLink {
	margin: 10px;
}

.projectLink img {
	width: 240px;
	border-radius: 10px;
}

.cardBlock .common {
	color: #000;
}

.cardBlock .rare {
	color: #FFD443;
}

.cardBlock img {
	width: 150px;
	border-radius: 5px;
}

.blinkie {
	width: 150px;
	height: 20px;
}

.button {
	width: 88px;
	height: 31px;
}

.stamp {
	width: 99px;
	height: 56px;
}

.userbar {
	width: 350px;
	height: 19px;
}

.pets {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
	margin-bottom: 90px;
}

.pet {
	display: block;
	margin: auto;
}

.pet img {
	max-width: 150px;
}

.smwImages {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.smwImage img {
	width: 300px;
}

.guestbook {
	margin: 0px 20px;
}

.album iframe {
	border: 2px solid #F638DC;
	width: 350px; 
	height: 720px;
}

.single iframe {
	border: 2px solid #F638DC; 
	width: 500px;
	height: 120px;
}

.inlineDiv {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: auto;
}

.inlineDiv * {
	margin: 0px 2px;
}

.buttonCarousel {
	width: 90px;
	height: 35px;
	padding: 0px 2px;
}

.buttonCarousel img {
	width: 88px;
	height: 31px;
	transition: all 0.5s ease;
	display: none;
}

.buttonCarousel .main {
	display: block;
}

.news {
	width: 50%;
	margin: auto;
	border: 4px ridge #F638DC;
}

.news ul {
	text-align: left;
}

.rssImg {
	width: 18px;
}