body {
    background-color: rgba(0, 0, 0, 0);
	background-image: url(https://lizzzys-cave.neocities.org/imgs/starsagain.gif);
	font-family: Montserrat;
}

#plant {
    width: 250px;
    height: 250px;
    margin: 0;
}

.main {
    width: 230px;
    padding-bottom: 10px;
    background: rgb(0,0,0);
    border: solid 2px rgba(180, 90, 100);
    border-radius: 2px;
}


h1 {
    font-size: 16px;
    color: white;
    text-align: center;
    width:100%;
    margin-top: -35;
    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;
}

p {
    font-size: 12px;
    color: white;
    text-align: center;
    width:100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.deco {
    width:42px;
    margin: 0;
}

.icon {
    width:30px;
    margin: 10px 0 -10 5px;
}

.arrows {
    margin: 10px;
}

.button {
    margin: 8px;
}