@font-face {
    font-family: Lato;
    src: url(Lato/Lato-Regular.ttf);
}



body {
    background-color: aliceblue;
    text-align: center;
    font-family: Lato, serif;
}

form {
    background-color: rgb(212, 212, 255);
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.levee {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

table {
}


#liukusaadin {
    width: 100%;
    margin: 0;
}

#liukusaadinselitykset {
    width: 100%;
}

td {
    width: 30%;
}

.keskitetty {
    text-align: center;
}

.oikealla {
    text-align: right;
}

.nappi {
    width: 100%;
    margin: 1em 0;
    padding: 10px;
    font-size: 20px;
    border: none;
    background-color: chocolate;
    color: beige;
    box-shadow: 3px 3px 0px rgba(0,0,0,0.3);
}

.nappi:active {
    box-shadow: none;
    position: relative;
    top: 2px;
    left: 2px;
}

#lampotila {
    text-align: right;
    font-size: 2em;
    width: 3em;
}