body {
	background-color: rgba(0, 0, 0, 0);
	background-image: url(https://lizzzys-cave.neocities.org/imgs/starsagain.gif);
	font-family: Montserrat;
}

#page-content {
	max-width: 840px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

h1 {
    color: white;
    text-shadow: 0 0 8px rgba(180, 90, 100, 1.0),
	0 0 8px rgba(180, 90, 100, 1.0),
	0 0 8px rgba(180, 90, 100, 1.0),
	0 0 8px rgba(180, 90, 100, 1.0);
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.intro {
	width:100%;
	margin-bottom: 10px;
	padding: 15px 0;
	background: rgb(0, 0, 0);
	border: solid 2px rgba(180, 90, 100);
	border-radius: 2px;
}

.intro p {
	text-align: center;
	padding: 3px 20px;
	font-size: 16px;
	color: rgb(255, 255, 255);
}

.webgarden {
    width:100%;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	background: rgb(0, 0, 0);
	border: solid 2px rgba(180, 90, 100);
	border-radius: 2px;
	text-align: center;
}

a {
	color: rgb(255, 255, 255);
}

.maceta {
	width:600px;
	margin: 5px 150px;
	display:flex;
}

.insert {
	width: 250px;
	height: 250px;
	background-color: white;
	text-align: center;
	margin: 5px 8px;
}

.insert p {
	color:black;
	padding: 5px 10px;
	font-size: 16px;
}

textarea {
	height: 80px;
}

iframe {
	margin: 4px;
}

footer {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid rgba(180, 90, 100, 1.0);
}

.deco {
	margin-bottom: 8px;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(128, 126, 126) transparent;
}

/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 2%;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(128, 126, 126);
    border-radius: 20px;
}

a {
	color: white;
}