input {
    margin-top: 5px;
    padding: 3px;
    background-color: yellow;
}
#name {
    border-radius: 5px;
}
#email {
    border-radius: 5px;
}
#phone{
    border-radius: 5px;
}
#submitbutton {
    border-radius: 5px;
}
.lorem {
    font-family: Wingdings;
}
label{
    
}
legend-label {
    margin-left: 10px;
}
fieldset-label {
    margin-top: 10px;
    margin-bottom: 10px;
}
.lorem {
    text-transform: uppercase;
}