.codigo-espacio{
    justify-content: center;
    text-align: center;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.3rem;
    border: solid 1px var(--orange);
    box-shadow: 0px 0px 15px 2px var(--ligthorange);
}

