@import url('https://fonts.googleapis.com/css2?family=Lugrasimo&display=swap');

body {
    font-family: arial, sans-serif;
    background-image: url(yeeeheheheheeeeee.jpg);
    color: aliceblue;
    font-family: "Lugrasimo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
}

h1 {
text-align: center;
}

form {
    background-color: rgb(218, 12, 108);
    padding: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.pakollinen {
    color: rgb(255, 255, 255);
}

input {
    font-family: inherit;
    font-size: inherit;
    padding: 0.2em;
}

.levee {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
}

.nappi {
    background-color: rgb(255, 255, 255);
    color: rgb(41, 41, 41);
    width: 100%;
    padding: 0.5em 1em;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 4px 4px 0px rgb(134, 0, 63); 
    border-radius: 3px;
}

.nappi:hover {
    background-color: rgb(255, 117, 181);
}

.nappi:active {
    position: relative;
    top: 2px;
    left: 2px;
    box-shadow: none;
}

.nappi:first-child {
    margin-bottom: 1em;
}

.nappi:last-child {
    margin-top: 1em;
}
.numero {
    font-size: 1em;
    width: 5em;
    text-align: right;
}

table {
    width: 100%;
}

table input {
    width: 100%;
    margin: 0;
}

.vasen, .keski, .oikea {
    width: 33%;
}

.vasen {
    text-align: center;
}

.keski {
    text-align: center;
}

.oikea {
    text-align: center;
}