html body {
font-family: "Times New Roman", Times, serif;
font-size: 18px !important;
}
/* Change Interface instruction text font size here */
.instructions {
font-size: 1.4rem;
}
.popover {
max-width: 500px;
width: 400px;
}
.popover-body {
padding: 15px;
}
.popover-body p {
margin-bottom: 4px;
font-family: "Times New Roman", Times, serif;
/* Change popover text font size */
font-size: 1.1rem;
}
/* Change form label text font size */
.col-form-label {
font-size: 1.3rem;
}
/* Change the font size of the label for id_team_prediction */
label[for="id_team_prediction"] {
font-size: 1.6rem;
}