.checkbox label {
    color: #2d2f37;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}

.checkbox input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    margin-right: 5px;
}

.p-5 {
    padding: 10px;
}

.bloglink {
    text-decoration: none;
    color: #333;
}