body{
    font-family: Arial,  sans-serif;
}
h1{
    font-size: 50px;
    text-align: center;
    padding : 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: 60px;
    background-color: lightpink;

}
input[type='checkbox']+label{
    font-size: 20px;
    width: auto;
    padding : 5px;
}
input[type='text']+label{
    font-size: 20px;
    width: auto;
    padding : 5px;
}
input[type='text'], input[type='reset'], input[type='button']{
    padding: 10px;
    border-radius: 5px;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid slategray; /**/
    border-top: 1px solid darkgreen; /**/
}
input[type='number']{
    font-size: 15px; /**/
    font-weight: bold; /**/
}
input[type='date']{
    font-size: 25px; /**/
    padding: 10px; /**/
}
input[type='color']{
    padding: 2px; /**/
    border-radius: 50px; /**/
}
input[type='file']{
    font-style: italic; /**/
    font-weight: bold; /**/
}
input[type='email']{
    padding: 5px; /**/
    border-radius: 5px; /**/
    border: 1px solid hotpink; /**/
}
input[type='reset'], input[type='button']{
    width: 180px;
    font-family: Verdana, serif;
}
table{
    border-collapse: collapse;
    border : solid gray;
}