body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  background-color: #060808;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  background-color: #1a1c1d;
  color: #fff;
  overflow-y: auto;
  
}

.sidebar {
  width: 200px;
  height: 100vh;
  background-color: #1a1c1d; /* Cor de fundo da barra lateral */
  padding: 20px;

}


header {
  text-align: center;
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
  margin: 0;
  color: #fff;
}

.author {
  font-size: 18px;
  color: #999;
  margin-top: 5px;
}


.content img {
  height: auto;
  margin-bottom: 20px;
  width: 25rem; 
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.fotos{
  display: flex;
}

.fotos img {
  width: 50%;
  height: auto;
  width: 15rem; 
}

h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
}

blockquote {
  border-left: 4px solid #ccc;
  margin: 20px 0;
  padding-left: 20px;
}

blockquote p {
  font-style: italic;
  margin-bottom: 10px;
}

blockquote cite {
  font-style: normal;
}

p {
  margin-bottom: 20px;
}

/* Estilos para a barra de navegação */
nav {
  background-color: #1a1c1d;
  padding: 10px 0;
  text-align: center;
}

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

nav ul li {
  display: inline-block;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}

.footnote-popup {
  position: relative;
  display: inline-block;
}

.footnote-link {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.footnote-content {
  position: absolute;
  display: none;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  width: 200px;
  z-index: 2;
}

.footnote-popup:hover .footnote-content {
  display: block;
}

a {
  color: rgb(88, 177, 255);
}