@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-family: "Sour Gummy", sans-serif;
  background-color: rgba(253, 222, 234, 0.486);

}


h1 {
font-size: 50px;
text-align: center;
text-shadow: 10px 10px 10px rgb(255, 196, 219);
}






form {
background-color: rgb(255, 196, 219);
padding: 10px;
max-width: 500px;
margin-left: auto;
margin-right: auto;
    
   

}


.pakollinen {
    color: rgb(255, 0, 0);
  
}

.levee {
    font-family: inherit;
    font-size: inherit;
    padding: 0.2em;
    width: 100%;
    box-sizing: border-box;
    margin: 0.5em 0px 0px;

}


.nappi {
    background-color: rgba(255, 0, 0, 0.281);
    color: aliceblue;
    width: 100%;
    padding: 0.5em 1em;
    border: none;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}


.nappi:active {
    position: relative;
    top: 2px;
    left: 2;
    box-shadow: none;
}

.nappi:hover {
    background-color: rgb(224, 123, 123);
}


.nappi:first-child {
    margin-top: 0;
    margin-bottom: 1em;
}

.nappi:last-child {
    margin-top: 1em;
}


.numero {
    font-size: 1.5em;
    width: 3em;
    text-align: right;
}



table {
    width: 100%;
}



table input {
    width: 100%;
    margin: 0;
}


.vasen .keski .oikea {
    width: 33%;
}


.keski {
    text-align: center;
}

.oikea {
    text-align: right;
}