body{
    font-family: Bahnschrift;
    background-color: #2d5ab8;
    color: white;
    margin: 2%;
    padding: 2%;
    border: white solid;
    width: 75%;
    height: 75%;



}

h1{
    background-color: #00b894;
    border-top: black solid;
    border-left: white solid;
    border-radius: 2%;
}
img{
    display: block;
    border-top: 2px white solid;
    border-left: 2px black solid;
    border-right: white solid;
    border-bottom: black solid;

}
input[type="number"]{
    border: 1px solid #4b2e1a;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
    width: 90px;

    background-color: #fffdfb;
}
#totalPrice{

    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 8px 14px;
    background-color: #f0e2d0;
    width: fit-content;
    margin: 10px auto;
}