body{
    background-color: #9e969b;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

header{
    text-align: center;
    font-size: 16px;
    font-variant: small-caps;
    border: solid 1px #5a5d63;
    background-color: #9e969b;
    background-repeat: no-repeat;
    background-size: contain; /*pilt mahub header sisse*/
}
h1{
    letter-spacing: 0.1cm;
    color: #39393e;
}
.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
}
#radio, #kogusInput{
    position: relative;
    width: 49%;
    border: dotted 3px rgb(60, 22, 81);
    padding: 5px;
    text-align: center;
    font-size: 16px;
    border-radius: 15px;
    height: 120px;
}

img{

    border: solid 3px rgba(75, 0, 130, 0.49);
    border-radius: 15px;

}

input[type=button] {
    background-color: rgba(75, 0, 130, 0.49);
    padding: 10px;
    border-radius: 15px;

}


.container2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    gap: 16px;
}


.kalkulator, .Kalkulakor2 {
    position: relative;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    border: solid 4px #34128a;
    padding: 15px;
    border-radius: 15px;

}

input[type=date], input[type=number] {
    border: 1px solid #5a5d63;
    border-radius: 4px;
    padding: 10px;
    color: #0c0c0c;
    background: #cdcdcd;
}

input[type=radio]:hover /*+label*/
{
    background-color: #5a5d63;
    font-size: 20px;
    padding: 10px;
    color: #000000;
    width: 30px;
    height: 20px;
}

#hh1{
    text-align: center;
}



