#form{
    visibility: hidden;
    height: 1px;
}
#reciept {
    width: 85%;
    padding: 2.5%;
    background-color: aliceblue;
    border-radius: 5px;
    margin: 5%;
}
h1{
    text-align: center;
    font-size: 30px;
}
h2{
    text-align: center;
    font-size: 20px;
}
h3{
    text-align: left;
    font-size: 20px;
}

#flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px;
}

.slim{
    display: block;
    width: 50%;
}
.slimr{
    display: block;
    width: 50%;
    text-align: right;
}