h1 {
    /* border-style: solid; */
    width: fit-content;
    padding: 5px;
    font-family: 'Reggae One', cursive;
}

.center {
    display: grid;
    justify-items: center;
    padding: 10px;
    padding-top: 20px;
}

.introduction {
    margin: 30px 0px;
    background-color: rgb(245, 198, 192);
}

.wrapper {
    display: grid;
    justify-content: center;
    background-color: salmon;
    padding: 10px 0;
}

.form {
    border-style: solid;
    padding: 20px;
    margin-bottom: 5px;
    background-color: rgb(245, 198, 192);
}

.margin-top {
    margin-top: 10px;
}

.underline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

h2, legend {
    font-family: 'Architects Daughter', cursive;
    font-size: 24pt;
}

p, label {
    font-family: 'Big Shoulders Text', cursive;
    font-size: 20pt;
    letter-spacing: 0.04em;
    color: maroon;
}

header {
    background-color: salmon;
}

body {
    background-color: maroon;
}