body {
 font-family: 'Courier New', Courier, monospace;
 background-color: rgb(22, 2, 39);
    
   
}

h1 {
    color: aliceblue;
   text-align: center;
}

form {
    background-color: rgb(220, 221, 255);
    padding: 10px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
}

.pakollinen {
    color: rgb(223, 56, 56);
}

.levee {
    font-family: inherit;
    font-size: inherit;
    padding: 0.2em;
box-sizing: border-box;
width: 100%;
border-radius: 4px;
}


.nappi {
    background-color: rgb(191, 137, 253);
    width: 100%;
    padding: 1em;
    font-size: 1.2em;
    box-shadow: 2px 2px 0px rgb(170, 116, 214);
    border: none;
    border-radius: 6px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.nappi:active {
    position: relative;
    top: 3px;
    left: 3px;
box-shadow: none;
}

.nappi:hover {
    background-color: rgb(181, 122, 248);
    box-shadow: 2px 2px 0px rgb(149, 101, 189);
}

.nappi:first-child {
    margin-bottom: 1em;
}

.nappi:last-child {
    margin-top: 1em;
}

.numero {
    font-size: 1.5em;
    width: 3em;
    text-align: right;
    border-radius: 4px;
}

.vasen, .keski, .oikea {
width: 33%;
}

.keski {
text-align: center;
}

.oikea {
text-align: right;
}

table input {
    width: 100%;
    margin: 0;
}

table {
    width: 100%;
}