body{
    font-family: Arial, sans-serif;
}
h1{
    text-align: center;
    padding: 2%;
}

input[type=radio]+label{
    font-size: 20px;
    width: auto;
    padding: 5px;
}
input[type=radio]+label:hover{
    font-size: 60px;
    background-color: peru;
}
input[type='text'], input[type='reset'], input[type='button']{
    padding: 10px;
    border-radius: 5px;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
}
input[type=reset], input[type=button]{
    width: 100px;
    font-family: Verdana, serif;
}
table{
    border-collapse: collapse;
    border: 1px solid gray;
}
body a{
    font-size: 20px;
}