div#nwrapper {
background-color: white;
border-left: 7px solid #2a0d45;
border-right: 7px solid #2a0d45;
}
h1 {
font-family: sans-serif;
font-size: x-large;
}
h1::before {
content: "\2709";
margin-right: 0.5em;
}
div.mm-form {
margin: 0px auto;
padding: 0.5em;
background-color: #f5f1f9;
max-width: 30em;
}
div.mm-note {
font-size: smaller;
margin-left: 2em;
}
fieldset > label {
display: block;
}
label {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.mm-form input[type=submit] {
display: block;
margin: 0.5em auto;
}
