input[required]{
    background-color: yellow;
}

#submitButton{
    border-radius: 5px;
}

.lorem{
    font-family: wingdings;
}
input{
    padding: 3px;
    margin-top: 5px;
}

label::after{
    content: ":";
}

label+input{
    margin-left: 10px;
}

body > * {
  margin-top: 10px;
  margin-bottom: 10px;
}

p ~ p {
  color: rgb(8, 212, 151);
}

fieldset * {
  text-transform: uppercase;
}