form {
border:1px solid red ;
padding: 1rem ;
}


fieldset {
border: 1px solid #444;
margin:0 0.5rem 2rem 0.5rem ;
padding:1rem ;
}

label, input


input [type="text"],
input [type="tel"],

textarea {
 width: 100%;
 margin: 0.125rem 0 1.2rem 0;
}

align-right{
    display: flex;
    justify-content: end;
}

input [type=submit] {
    margin: 0 0.55rem;
    background-color: green;
}

input [type= "reset"]