@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
body {
    font-family: Arial, sans-serif;
    background-image: url(e33353e9d124931a2f2daec48545e916.jpg);
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgb(247, 201, 228);
}

h1 {
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 3.5em;
}

form {
    background-color: rgb(0, 0, 0);
    padding: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;

}


.pakollinen{
    color: rgb(197, 255, 252);
}

.painike {
    background-color: rgb(255, 199, 222);
    color: rgb(0, 0, 0);
    width: auto;
    border: none;
    padding: 0.5em 1em;
    letter-spacing: 1px;
    font-weight: bold;
    box-shadow: 4px 4px 0px rgb(39, 39, 39);
}

.painike:hover {
    background-color: rgb(209, 255, 253);
}

.painike:active {
    position: relative;
    top: 4px;
    left: 4px;
}

input {
    font-family: inherit;
    font-size: inherit;
    padding: 0.2em;
    border-radius: 30px;
}

.numero {
    font-size: 0.5;
    width: 3em;
    text-align: center;
}
.levee {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2em;
    font-size: inherit;
    font-family: inherit;
    border-radius: 30px;
}

table {
    width: 100%;
    
}

table input {
    width: 100%;
    margin: 0;
}

.yksi, .kaksi, .kolme {
    width: 33%;
}

.kaksi {
    text-align: center;
}

.kolme {
    text-align: right;
}
