html {
    height: 99%;
    font-family: 'Monotype Corsiva', 'Apple Chancery', 'ITC Zapf Chancery', 'URW Chancery L', cursive;
    background-image: url('/res/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

h1, h2, h3, h4 {
    text-align: center;
}

h1 {
    padding-top: 20px;
}

.button {
    margin-left: 430px;
}

label, input, select, textarea {
    margin-top: 5px;
    margin-bottom: 50px;
}

label, #ticket_subject, select, textarea {
    margin-left: 30%;
}

body {
    height: 98%;
    margin: 0;
    padding: 0;
}

.main {
    max-width: 900px;
    margin: 0 auto;
    background-color: #FEC9DC;
    height: 97%;
}

hr {
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
}