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