/* Using CSS, do the following:
Done!
*/


* {
    margin-top: 5px;
    padding: 3px
}

#submitButton {
    border-radius: 5px;
}

.Lorem {
    font-family: 'Wingdings';
}

input[required] {
    background-color: yellow;
}

label::after {
    content: ":";
}

body > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

label + input {
    margin-left: 10px;
}

p ~ p {
    color: #8B0000;
}

fieldset * {
    text-transform: uppercase;
}