body {
    font-family: Verdana, sans-serif;
    background-color: cadetblue;
    background-image: url('./img/bg.gif');
    text-rendering: optimizeSpeed;
    pointer-events: none;
}

header {
    color: white;
}

header a {
    background-color: darkorange;
    padding: 5px;
    color: white;
    border-style: outset;
    border-color: orange;
    display: inline-block;
    font-weight: bold;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

header a.active {
    background-color: chocolate;
}

header a:hover {
    background-color: chocolate;
}

.laatikko2 {
    background-color:tan;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 0 13px 13px 13px;
    border-style: outset;
    border-color: orange;
}

.kamelilaatikko {
    background-color: #04c2ff!important;
}

.kameli {
    background-color: darkorange;
    padding: 8px;
    border-style: outset;
    border-color: orange;
    border-radius: 13px;
    margin-bottom: 12px;
}

.fabitek {
    border-style: outset;
    border-color: orange;
    border-radius: 13px;
    object-fit: contain;
    width: 200px;
}

.fabitek:hover {
    box-shadow: 0 0 15px yellow;
}

main .kontti {
    display: flex;
    gap: 13px;
}

.kontti {
    max-width: 1200px;
    margin-inline: auto;
}

#kalkkuna {
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    right: 0;
    height: 100%;
}