body {
  background-image: url('Starpinkie.png');
  background-size: auto;
  background-repeat: repeat;
  background-position: top left;
  margin: 0;
  padding: 0;
  font-family: 'Concert One', sans-serif;
  color: #471F35;
  justify-content:center;
  background-attachment: fixed;
  
}


#sitelogo {
  display: block;
  margin: 80px auto 0 auto;
  max-width: 300px;
  height: 15vh;
}


#container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}


.secondsection-title {
  background-color: #fce4b3;
  border: 2px solid #714180;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #1b1a2e;
  font-family: 'Concert One', sans-serif;
  text-align: center;
  margin: 20px auto;
  width: 80%;
}


#navbar {
  background-color:#c991a7;
  display: flex;
  gap: 20px; 
  justify-content: center; 
  margin: 20px 0;
  padding:20px;
}

#navbar a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  display: flex;
  align-items: center; 
  gap: 5px; 
}

.nav-icon {
  width: 24px;  
  height: 24px;
}

nav {
  background-color: #ffffff;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

nav a {
  color: #471F35;
  font-weight: bold;
  text-decoration: none;
}

nav a:hover {
  background-color: #fab9e4;
  border-radius: 6px;
}


.artist-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 20px auto;
  max-width: 900px;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.artist-photo {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  display: block;
}

.line{
  width: 90%;
  justify-content: center;
  padding: 10px 20px;
  margin: 20;
}

.favorite{
  color: #e5b4c7;
  text-align: center;
  font-size: 2.8em;
  font-family: 'Concert One', sans-serif;
}

.artist-image {
  width: 40%;
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
  display: inline-block;
}



.textcontainer {
background-size: cover;
  background-position: center;
  color: #e5b4c7;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  text-align: justify;
  font-size: 25px;
}

.textcontainer2 {
background-size: cover;
  background-position: center;
  color: #e5b4c7;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  text-align: justify;
  font-size: 25px;
}

.textcontainer3 {
background-size: cover;
  background-position: center;
  color: #e5b4c7;
  padding: 50px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  text-align: justify;
  font-size: 25px;
}

.textcontainer4 {
color: #e5b4c7;
  text-align: center;
  font-size: 2.8em;
  font-family: 'Concert One', sans-serif;
}

.textcontainer4 a, 
.textcontainer4 a:visited,
.textcontainer4 a:link,
.textcontainer4 a:hover,
.textcontainer4 a:active {
  color: inherit;
}

.textback {
  background-size: cover;
  background-position: center;
  color: #fff; 
  padding: 50px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  text-align: justify;
  font-size: 35px;
}

.textback2 {
  background-size: cover;
  background-position: center;
  color: #2D1B46; 
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
}

.secondsection-title {
    font-family: 'Concert One', sans-serif;
  font-size: 1.8em;
  text-align: center;
  background:#faefcd;
  border: 2px solid #714180;
  border-radius: 8px;
  padding: 10px;
  margin: 20px auto;
  max-width: 500px;
  color: #5a265e;
  }
  
.dark-bar {
  width: 100%;
  background-color: #2D1B46; 
  display: flex;
  justify-content: center;
  gap: 15px;          
  padding: 20px 5px;    
  margin-top: 40px;   
  border: solid 4px  #ffffff;
  border-radius: 7px;
  max-width: 100%;
}

.bar-gif {
  width: 85px;        
  height: auto;
  max-width: 100%
}

.stamps {
  width: 90px;
height: auto;
display: inline-block;
max-width: 100%;
margin: 0 auto;
}

.blinkes{
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.downside {
  justify-content: center;
}

@media (max-width: 768px) {
  .artist-card {
    flex-direction: column;     
    align-items: center;        
    text-align: center;         
  }

  .dark-bar {
    flex-wrap: wrap;            
    gap: 10px;                  
    padding: 15px 0;
  }

  .bar-gif {
    width: 70px;                
  }

}
      
      
      
  
.webcomics-title {
  font-family: 'Concert One', sans-serif;
  font-size: 1.8em;
  text-align: center;
  background:#faefcd;
  border: 2px solid #714180;
  border-radius: 8px;
  padding: 10px;
  margin: 20px auto;
  max-width: 500px;
  color: #5a265e;
}


.webcomic-card {
  display: flex;
  flex-direction: row;
  background:#fff;
  border: 2px solid #fd89a9;
  border-radius: 8px;
  padding: 15px;
  max-width: 700px;
  margin: 20px auto;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  gap: 15px;
}

.webcomic-thumb {
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
  display: block;
}


.webcomic-info h2 {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  color: #5a265e;
}

.webcomic-info p {
  margin: 5px 0;
  font-size: 1em;
}


.webcomic-info a:hover {
  text-decoration: underline;
}

.webcomic-card2 {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 2px solid #fd89a9;
  border-radius: 8px;
  padding: 15px;
  max-width: 700px;
  margin: 20px auto;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  gap: 15px;
}


.webcomic-thumb2 {
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
  display: block;
}


.webcomic-info2 h2 {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  color: #5a265e;
}

.webcomic-info2 p {
  margin: 5px 0;
  font-size: 1em;
}


.webcomic-info a2:hover {
  text-decoration: underline;
}


.webcomic-card3 {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 2px solid #fd89a9;
  border-radius: 8px;
  padding: 15px;
  max-width: 700px;
  margin: 20px auto;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  gap: 15px;
}


.webcomic-thumb3 {
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
  display: block;
}


.webcomic-info3 h2 {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  color: #5a265e;
}

.webcomic-info3 p {
  margin: 5px 0;
  font-size: 1em;
}


.webcomic-info a2:hover {
  text-decoration: underline;
}

#page-wrapper{
 background-color: #fff;
  max-width: 1000px;
  margin: 20px auto;
  padding: 35px;
  border-radius:10px;
  width: 70%;
  box-sizing: border-box;
}

#page-wrapper2{
 background-color: #2a0436;
  margin: 30px auto;
  border-radius:10px;
  width: 80%;
  box-sizing: border-box;
  }
  
  #page-wrapper3{
 background-color: #692646;
  margin: 30px auto;
  border-radius:10px;
  width: 80%;
  box-sizing: border-box;
  }
  
#Welcome{
  margin-top: 5px;
  text-align: center;
  font-size: 0.9em;
  background-color: #e5b4c7;
  padding: 5px 10px;  
  border-radius: 5px; 
  border: 1px solid #231930;
}

#site-updates{
  margin-top: 5px;
  background-color: #faefcd;
  border: 1px solid #231930;
  padding: 5px 10px;
  text-align: center;
}

#frisk{
  justify-content: center;
  padding: 5px 10px;
}

#journal-text{
  justify-content: center;
margin: 20px auto;
max-width: 500px;
text-align: center;
font-size: 3.0em;
color: #fff;
}

#back-main{
  text-align: center;
  color: #fbbce2;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  font-size: 40px;
}

#back-main a:link{
color:#fbbce2;
}

#back-main a:visited{
  color:#fbbce2;
}

#article{
  color:#fbbce2;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  text-align: justify;
  font-size: 25px;
}
  
  #article a:link{
    color:#fbbce2;
  }
  
#article a:visited{
color:#fbbce2;
}

#archive{
  padding: 20px 20px;
  font-size: 1.8em;
  color: #fff;
}

#talk{
  color:#fff;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  text-align: justify;
  font-size: 25px;
}

#archive-line{
  color:#fff;
}

#post-date{
  color:#fff;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  text-align: justify;
  font-size: 25px;
}

#article-title{
  color:#fff;
  text-align: center;
  font-size: 3.0em;
}

#article-text{
background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  text-align: justify;
  font-size: 25px;
}

#article-image{
  width:100%;
  height: auto;
  border-radius:5px;
}
  
  .artinfluence{
    width:100%;
    height: auto;
  }
  
#banner {
  text-align: center;
  box-sizing: border-box;
  color: white;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  text-shadow: 2px 2px 4px #800020;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gallery {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  gap: 20px;              
}


.gallery figure {
  text-align: center; 
  max-width: 500px;   
}

.gallery img {
  width: 100%;        
  height: auto;      
  border-radius: 10px; 
}

.gallery figcaption {
  font-size: 30px;
  color: #555;
  margin-top: 8px;
}
/* Responsividade para celular */
@media (max-width: 600px) {
  .artist-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}