body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #342c2c;  
    font-family: 'Arial', sans-serif;
  }
body form p  {
    margin-bottom: 2rem;
    color: #5dade2;  
    font-size: 1.2rem;      
  } 
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ee0909; 
       padding: 1rem 0;
  }
  .logo {
    text-align: center;
    color: #5dade2;  
    line-height: 1.2;
  }

  .carabajo {
    font-size: 3rem;  
    display: block;
    margin-bottom: 0.5rem;
  }

  .texto {
    text-align: center  20px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }