body {
    margin: 15px;
    background-color: white;
    font-family: monospace;
}
th, tr{
    border: 0.5px solid black;
    border-radius: 8px;
    background-color: white;
}
td {
    border: 0.5px solid black;
    background-color: white;
}
table {
    border: 0.5px solid black;
    border-radius: 6px;
    background-color: black;
}
.x {
    background-color: transparent;
    border: 0.5px none black;
    font-family: arial;
}
.buy {
    border: 1.5px solid black;
    border-radius: 6px;
    margin: 4px;
    background-color: coral;
}
.qty,.qty2,.qty3,.qty4,.qty5 {
    margin: 4px;
    border-radius: 4px;
    width: 16px;
    border: 1.5px solid black;
    outline-color: lightcoral;
}
.img {
    width: auto;
    height: 125px;
    border: 1.5px none black;
    border-radius: 8px;
    background-color: transparent;
    text-align: left;
}
pp {
    font-size: 30px;
    text-align: right;
    margin: 25px;
}
.top {
    display: flex;
}
p {
    text-align: left;
}
h1 {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
}