body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #136791;
  }
  .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    *background: url(./img/abstract-1ub6r4ns7eopdsol.jpg);
  }


  .fixed-img {
    *position: fixed;
    *top: 525px; /* Ajusta según sea necesario */
    *right: 20px; /* Ajusta según sea necesario */
    *bottom: 50px;
    width: 75px; /* Ajusta el tamaño según sea necesario */
    border-radius: 22px;
    text-align: center;
}


.span3{
    color: #f4f4f4;
    *position: fixed;
    *top: 600px; /* Ajusta según sea necesario */
    *right: 20px; /* Ajusta según sea necesario */
    *text-align: right;
    text-align: center;
    
}




  #auth-container, #login-container {
    background: url(./img/af8d63a477078732b79ff9d9fc60873f.jpg);
    padding: 2rem;
    border-radius: 9px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.10);
    min-width: 260px;
  }
  #auth-container input {
    padding: 0.7rem;
    margin-bottom: 1rem;
    width: 220px;
    font-size: 1rem;
    display: block;
  }
  .auth-btns {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .auth-btns button {
    padding: 0.6rem 1.1rem;
    background: #ed174f;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
  }
  #auth-msg {
    color: #ed174f;
    height: 1.2em;
    font-size: 0.97em;
    min-height: 18px;
  }
  .hidden {
    display: none;
  }
  #app-container nav {
    background: /*rgb(25, 95, 138)*/ /*120f10;*/#edad17;
    color: #170e0e;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #app-container main {
    max-width: 600px;
    margin: 2rem auto;
    background: /*dimgrey*/url(./img/Space-Background-Images.jpg);
    border-radius: 8px;
    padding: 1rem 2rem 2rem;
    box-shadow: 0 2px 20px rgba(0,0,0,0.07);
  }
  #post-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  #post-input {
    resize: none;
    min-height: 60px;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 0.7rem;
  }
  #post-form button {
    align-self: flex-end;
    background: /*#ed174f*/rgb(25, 95, 138);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    font-weight: bold;
    cursor: pointer;
  }
  #feed {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.2rem;
  }
  .post {
    background: #f6f9fa;
    border-radius: 7px;
    padding: 0.9rem 1.2rem;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  }
  .post-header {
    font-weight: bold;
    color: #ed174f;
    margin-bottom: 0.2rem;
    font-size: 1.03rem;
  }
  .post-date {
    color: #888;
    font-size: 0.87rem;
    margin-left: 1rem;
    font-weight: normal;
  }
  .post-content {
    margin-top: 0.5rem;
    font-size: 1.08rem;
    word-break: break-word;
  }
  @media (max-width: 650px) {
    #app-container main {
      padding: 1rem 0.3rem 2rem;
    }
  }


  .divisor > img{
    *display: none;
    width: 100%;
    height: 60px;
    margin-bottom: -40px;
  }

#profile-btn{
    background-color: #3e17ed;
    color: #f4f4f4;
    border-radius: 10px;
    border-color: #170e0e;
    border-width: 2px;
    border-style: solid;
  }
#logout-btn{
    background-color: #ed174f;
    color: #f4f4f4;
    border-radius: 10px;
    border-color: #170e0e;
    border-width: 2px;
    border-style: solid;
  }


  h3{
    color: #170e0e;
    background-color: #edad17;
  }