body{
    font-family: Arial sans-serif;
}
h1{
    font-size : 50px;
    text-align: center;
    padding-top: 2%;

 }
label{
    /*display: block;*/
    font-weight: bold;
}

input[type='radio']+label{
    font-size : 20px;
    width:auto;
    padding: 5px;


}
input[type='radio']+label:hover{
    font-size : 30px;
    background: lightblue;

}
input[type='text'], input[type='reset'], input[type='button'], input[type='submit'] {
    padding: 10px;
    border-radius: 5px;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
}

input[type='reset'], input[type='button'], input[type='submit'] {
    width: 180px;
    font-family: Verdana, serif;
}



table{
    border-collapse: collapse;
    border: 1px solid gray;
}