.main {
	border-style: inset;
	background-color: #d390f8;
	color: purple;
	padding: 8px 15px;
	text-align: center;
	display: inline-block;
}

body {
		background-image: url("https://zicroniumpantz.neocities.org/sparkle-rainbow.gif");

	font-family: "Lucida Console", "Courier New", monospace;
  max-width: 700px;
  margin: 30px auto;
  padding: 10px 20px;
  color: #6d53a3;
}

h1 {
    color: #6d53a3;

  text-align: center;
  margin-bottom: 30px;
}

header {
    
    color: #000000;

  text-align: center;
  margin-bottom: 30px;
}

.imood {
  margin-top: 10px;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#MoodDisplay, #moodDisplay {
  font-weight: bold;
  min-width: 90px;
}

.blog-posts article {
  border-style: inset;
  background: #d390f8;
  padding: 15px 20px;
  margin-bottom: 25px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

h1 {
  color: #000000;
}

h2 {
  color: #000000;
}
