@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
body{
      font-family: "Arimo", sans-serif;
      background-color: rgb(51, 51, 51);
}
form{
    background-color: rgb(255, 176, 231);
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.nappi{
    width: 100%;
    padding: 10px;
    font-size: 110%;
    color: rgb(255, 255, 255);
    background-color: rgb(136, 136, 136);
    border: none;
    font-family: 'Times New Roman', Times, serif;
    font-family: inherit;
}

table{
    width: 100%;

}

table input{
    width: 100%;
    margin: 0;
}

.vasen .keski .oikea {
    width: 33%;
    text-align: center;
}

.levee{
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
}
input{
    font-family: inherit;
    padding: 0.2em;
    font-size: inherit;
}

.pakollinen{
    color: antiquewhite;
}

.lampotila{
    font-size: 2em;
    width: 3em;
    text-align: right;
}
select{
    font-family: inherit;
    font-size: inherit;
}