input{
    padding:3px;
    margin-top:5px;
}
#submitButton{
    border-radius: 5px;
}
.lorem{
    font-family: "Wingdings";
}
:required{
    background-color: yellow;
}
label + input{
    margin-left: 10px;
}
p ~ p{
    color: cornflowerblue;
}
body > *{
    margin-top: 10px;
    margin-bottom: 10px;
}
label::after{
    content: ":";
}
fieldset *{
    text-transform: uppercase;
}




