button {
    border-radius: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border: none;
    background: none;
    height: 50px;
}

button:hover {
    color: white;
    background-color: black;
}


.cancel {
    background-color: red;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    border-radius: 0px;
}

input[type="email"] {
    width: 400px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.sign {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border: none;
    background: none;
}

.logo img {
    width: 250px;
    height: 100px;
    padding-bottom: 20px;
    background-color: whitesmoke;
}

body {
    background-color: whitesmoke;
}

.artnav {
    text-decoration: none;
    color: black;
}

.header {
    text-decoration: none;
    color: black;
    
}

input[type="number"] {
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

#grandTotal {
    width: 150px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
}