body{
    padding: 5%;
}
.input {
    background: #eee;
    border-radius: 5px;
}

#difficulty-low{
    color: green;
}

#difficulty-medium {
    color: orange;

}

#difficulty-high{
    color: red;
}
#rene{
    color: Blue;
}
.input {
    padding: 15px;
    width: 60%;
}

.highlight{
    font-weight: bold;
    font-size: 29px;
    font-style: italic;
}
p{
    font-family: 'Yrsa', serif;
    font-size: 18px;
    font-weight: 80;
}

li{
    font-family: 'Yrsa', serif;
    font-size: 18px;
    font-weight: 800;
    list-style-type: square;
}