body {
  background: url("https://michkam324.neocities.org/background1.jpg");
  font-family: "Comic Sans MS", cursive;
  margin: 0;
  padding: 0;
  color: black;
}

.header-frame {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.bordure-gauche,
.bordure-droite {
  width: 40px;
  background-repeat: repeat-y;
  background-size: contain;
}

.bordure-gauche {
  background-image: url("https://michkam324.neocities.org/bordure-gauche.png");
}

.bordure-droite {
  background-image: url("https://michkam324.neocities.org/bordure-droite.png");
}

.site-header {
  flex: 1;
  background: white;
  text-align: center;
  padding: 20px;
  border-left: 2px dashed #ff69b4;
  border-right: 2px dashed #ff69b4;
}

.site-header h1 {
  font-size: 2.5em;
  color: #d63384;
}

.subtitle {
  font-style: italic;
  color: #444;
  margin-bottom: 10px;
}

nav {
  margin-top: 10px;
}

nav a {
  text-decoration: none;
  color: #ff69b4;
  background: #fff0f5;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 2px 2px #f8a;
}

nav a:hover {
  background: #ffe6f0;
}

.content {
  max-width: 700px;
  margin: 30px auto;
  background: white;
  padding: 20px;
  border: 2px dotted #ff66cc;
  box-shadow: 5px 5px 10px #aaa;
}

.post {
  margin-bottom: 30px;
}

.post h2 {
  color: #d63384;
  border-bottom: 1px dashed #ffb6c1;
  padding-bottom: 5px;
}

.post img {
  max-width: 100%;
  border: 2px dashed #ffb6c1;
  display: block;
  margin: 15px auto;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #666;
}
