.title{
    margin:10px auto;
    font-size:28px;
    background-color: rgba(255, 255, 255, 0.5);
}
table{
    background-color: rgba(255, 255, 255, 1);
    font-size:20px;
}
.btn{
    margin-bottom: 20px;
}
input[type="radio"],input[type="checkbox"]{
    zoom:140%;
    }
fieldset{
    background-color: rgba(255, 255, 255, 0.5);
}
fieldset .form-check{
    font-size: 120%;
    margin:5px 0;
}
@media(max-width: 767px){
    table {
        font-size: 14px;
    }
    fieldset .form-check {
        font-size: 100%;
    }
    ul{
        padding-left: 10px;
    }
}