/* Body styles */

body {
  background-image: url(https://i.pinimg.com/originals/0e/4f/d9/0e4fd9c43d29f8fb48592e7226e8df32.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Press Start 2P', cursive;
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* Header styles */
header {
  background-color: #777;
  color: #fff;
  padding: 20px;
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  margin: 0;
}

/* Navigation styles */
nav {
  background-color: #777;
  padding: 10px;
  text-align: center;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

nav ul li a:hover {
  color: #ffd700;
}

/* Main content styles */
.main-content {
  margin: 20px;
}

.post {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.post h2 {
  color: #ffd700;
}

.post p {
  line-height: 1.6;
  color: #fff;
}

.post img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Footer styles */
footer {
  background-color: #777;
  color: #fff;
  padding: 20px;
  text-align: center;
}
