* {
    cursor: default;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
    margin: 0px;
}
header {
    text-align: center;
    margin: 0px;
    background: linear-gradient(to right, #29ee2f, #4441dd);
    width: 100%;
    height: 10vh;
    top: -2.9vh;
    position: relative;
}
.img1, .img2 {
    width: 20vh;
    top: 1vh;
}
.img1 {
    position: absolute;
    left: 2vh;
    top: 1.10vh;
}
.img2 {
    position: absolute;
    right: 2vh;
    top: -0.10vh;
}
.Title {
    color: white;
    text-shadow: 0px 0px 10px black;
    position: relative;
    top: 2.5vh;
}
.return, .img1 {
    cursor: pointer;
}
.subtitle {
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: black;
    color: white;
    font-weight: bold;
    position: relative;
    top: -5vh;
    height: 6vh;
}
.ord, 
.ordqtd, 
.desc, 
.cons {
    position: relative;
    top: -1.5vh;
}
.ord {
    left: -10vh;
}
.ordqtd {
    left: -15vh;
}
.desc {
    left: -4vh;
}
.cons {
    right: -5vh;
}
.geral {
    display: flex;
}
.Ordem,
.Quantidade,
.Descrição,
.Consignment {
    border: 1px solid black;
}
.Ordem {
    position: relative;
    width: 35vh;
    top: -5vh;
}
.Quantidade {
    position: relative;
    top: -5vh;
    width: 20vh;
}
.Descrição {
    position: relative;
    top: -5vh;
    width: 80vh;
}
.Consignment {
    position: relative;
    top: -5vh;
    width: 41.8vh;
}
th {
    background-color: black;
    color: white;
}
table {
    width: 100%;
}
