body {
  font-family: 'Courier New', Courier, monospace;
  background-color: #f4f4f4;
  color: #222;

  margin: 0 auto;
  padding: 2rem;
}

header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}

nav a {
  margin-right: 1rem;
  text-decoration: none;
  color: #B22222;
}
a, a:visited {
  color: #B22222;
}

nav a:hover {
  text-decoration: underline;
}

.perfil {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.foto-perfil {
  width: 150px;
  height: auto;
  border-radius: 4px;
}

.info-perfil {
  flex: 1;
}

.post-content {
    margin-bottom: 0;
    font-family: 'Courier New', Courier, monospace;
}