/* FONT GENERALE PIÙ GRANDE */

body{
font-size:22px;
}

/* titoli */

h1{
font-size:2.2rem;
}

h2{
font-size:2rem;
}

h3{
font-size:1.7rem;
}

h4{
font-size:1.5rem;
}

/* form */

input,
select,
button{
font-size:1.2rem !important;
}

/* bottoni */

.btn{
font-size:22px;
padding:10px 18px;
}

/* card */

.card{
font-size:22px;
}


.list-group-item{
font-size:1.2rem;
}