@font-face {
  font-family: "Comic";
  src: url("https://vadim980web.neocities.org/fonts/comic-webfont.woff#iefix") format("woff"),
  url('https://vadim980.web.neocities.org/fonts/comicbd-webfont.woff#iefix') format('woff');
}

body {
    background-color: #e87110;
    padding: 20px;
    font-family: "Comic";
    font-size: 20px;
}

button {
    margin: 3px;
    cursor: pointer;
    font-family: "Comic";
    font-size: 16px;
}

input, select {
    font-family: "Comic";
    font-size: 18px;
}

.submit-btn,
.clear-list {
    background-color: white;
    border: 2px solid black;
    padding: 4px 8px;
    font-family: inherit;
    font-size: 20px;
}

.submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.item {
    border-bottom: 2px solid black;
    padding: 10px 0;
}

#total {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

@media (max-width: 600px) {
    input, select, button {
        width: 100%;
        margin-bottom: 8px;
    }
}