#titulo-finalizar-pedido{
    font-weight: bold;
    font-size: 40px;
    color: rgb(165, 108, 42);
    margin-left: 20px;
}
#impressao-ft{
    display: flex;
    width: 100px;
    height: 30px;
    justify-content: space-around;
    align-items: center;
    margin-left: 10px;
    background-color: rgb(231, 90, 90);
    border: 2px solid rgb(233, 115, 72);
    text-decoration: none;
}