input{
 margin-top:5px;
 padding:3px
}

#submitButton {
 border-radius: 5px
}

.lorem {
 font-family: Wingdings
}

input[required]{
 background-color: yellow
}

label::after{
 content: ":"
}

label + input {
 margin-left: 11px
}

body > * {
 margin-top: 10px;
 margin-bottom: 9px
}

p + p {
 color: darkred
}

fieldset * {
 text-transform: uppercase
}
/* Extra Becuase I felt like it :D */
body {
    background-image: url("Images/background.jpg");
}