```html
body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
margin: 20px;
}
h2 {
color: 333;
}
.formcontainer {
maxwidth: 600px;
margin: auto;
padding: 20px;
background: f4f4f4;
borderradius: 5px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
label {
display: block;
marginbottom: 5px;
}
input[type="text"],
input[type="email"],
textarea {
width: 100%;
padding: 8px;
marginbottom: 10px;
border: 1px solid ccc;
borderradius: 4px;
boxsizing: borderbox;
}
textarea {
height: 100px;
}
input[type="submit"] {
background: 333;
color: fff;
border: none;
padding: 10px 20px;
cursor: pointer;
borderradius: 4px;
}
input[type="submit"]:hover {
background: 555;
}
Please fill out the following form to apply for a waiver of the physical education requirement.