body {
  background-image: url("https://fantasticsharky.neocities.org/Fantatstic.png");
  background-size: cover;
  background-position: center;
  font-family: "Lucida Console", "Courier New", monospace;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  align-items: center; 
  min-height: 100vh; 
  margin: 0;
  padding: 20px 0; /* optional spacing at top and bottom */
}

.main{
  background: #FFFFFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(2, 166, 242, 1) 75%);

  
}

.imood{
    background-color: lightblue;
    text-align: center;
}

.blog-posts{ 
 	padding: 10px;
    text-align: center;
  border-style: inset;
  border-radius: 8px;
  margin-bottom: 15px; /* gap between borders */
  margin-top: 30px;
background: #FFFFFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(2, 166, 242, 1) 75%);
	box-sizing: border-box;
	display: inline-block;
  
}

.main {
  border-style: inset;
  color: purple;
  padding: 20px 40px;
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 20px;
}