body{
    background-color: rgb(30,33,36)}
h1{
    text-align: center;
    color: white;}
p{
    color:white;}
#Toper{
    background-color: rgb(114,137,218);
    margin-top: 0px;
}
#tills{
    background-color: rgb(40,43,48);
    border-color: rgb(114,137,218);
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
}

.dollarAmount{
    border: none;
    border-bottom: 2px solid rgb(114,137,218); /* Adjust thickness and color as needed */
    outline: none; /* Removes the blue highlight on focus */
    padding: 5px; /* Optional: Adjust padding for better appearance */
    width: 50px;
    height: 10px;
    text-align: center;
    background-color:  rgb(40,43,48);
    font-size: 20px;
    color: #7289da;
    font-weight: bold;
    padding-bottom: 8px;
}

img {
    width: 50px; /* Adjust image size */
    height: auto;
}
.img-input {
    margin-top: 5px;
    margin-left: 10px;
    display: flex;
    align-items: center; /* Align image and input vertically */
    gap: 10px; /* Space between image and input */
}

.Bills_Submission{
    background-color: rgb(30,33,36);
    margin-left: 12%;
    margin-top: 10px;
    margin-bottom: 7px;
    width: 75%;
    height: 25%;
    border-radius: 13px;
    border-style: solid rgb(30,33,36);
    text-align: center;
    color: rgb(114,137,218);
    font-size: 30px;
    font-family:  "'Canva Sans', Winky Sans"
}
#nextTill{
    margin-left: 25px;
    margin-bottom: 0px;
    height: 27px;
    width:27px
}