/* Michal Szczesniak*/
* {font-family: "Times New Roman";}
h1 {text-align: center; font-size: xx-large;}
body {margin: 5%;}
p {font-size: large; 
    line-height: 1.5em; 
    text-align: justify; 
    text-indent: 2em;
}
/**/
.underlined {text-decoration: underline;}
.required {font-size: small; color: red;}
.completed {font-size: medium; color: #00C353;}
.container {display: flex; justify-content: space-between; margin: 1%;}
.radioContainer {display: flex; justify-content: center;}
.radioLabels, .radioButtons{text-align: left;}
.question {font-size: large; margin: 2%;}
.label {text-align: center;font-size: large}
input[type=range] {width: 80%; margin-left: 10%}
