.error-404{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.error-container{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.error-info{
    width: 100%;
    text-align: center;    
}

.error-container h1{
    font-size: 3rem;
    width: 100%;
    text-align: center;
    color: var(--accent);
}

.error-art{
    display: flex;
    justify-content: center;
    width: 100%;
}

.error-404 .btn {
  display: inline-flex; /* o inline-block */
  width: auto;
  align-self: center;   /* opcional: lo centra dentro del flex */
}
