#head {
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    background-color: rgb(98, 17, 50)
}

#img-gob {
    margin-left: 80px
}

#img-sspc {
    margin-left: 300px
}

#curp {
    text-transform: lowercase
}

#pie{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    background-color: rgb(97, 25, 45);
}

#img-pie {
    height: 120px;
    border: hidden;
    background-color: rgb(97, 25, 45);
    margin-right: 30px
}
