contact-us { display: flex; height: 100%; flex-direction: column; place-content: center; }
fieldset { display: flex; flex-direction: column; width: 330px; justify-self: center; font-size: 125%; line-height: 150%; border-radius: 7px; margin: 0px auto; align-items: center; box-shadow: rgb(173, 173, 173) 1px 1px 1px 1px; border: 0px inset rgb(0, 150, 214); gap: 12px 0px; }
legend { font-size: 200%; text-align: center; 
 margin: 0px auto;
background-color: var(--blue-color); color: var(--white-color); 
border-radius: 7px; padding: 5px 10px; }
fieldset span { }