body {
    margin: 0;

}

#kalk1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    white-space: pre-line;
    border-bottom: 2px solid black;
    padding-bottom:15px;

}
#kalk1 label, #kalk1 select, #kalk1 input, #kalk1 button {
    width: 15%;
    margin-bottom:12px;
}
#vastus {
    height: 60px;
}

#kalk2{
    font-family: Arial;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid black;

}

#random-pilt{
    min-width: 200px;
    min-height: 200px;
    width: 20%;
    height:20%;
}
#kalk2-container{
    max-width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#kalk3{
    font-family: Arial;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding-bottom: 25px;
    border-bottom: 2px solid black;
}
#kalk3-container{
    max-width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#kalk4 {
    font-family: Arial;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding-bottom: 25px;
    border-bottom: 2px solid black;
}

#kalk4-container{
    display: flex;
    flex-direction: column;
}