body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    background-color: #b50812;

}


#page {
    width: 920px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
    line-height: 1.5;
    border-color: black;
    border-width: 1px;
    border-style: solid;

}

#menu {
    width: 100%;
    text-align: center;
    table-layout: fixed;
    font-weight: bold;
    font-size: 16pt;
}

h2 {
    font-size: 18pt;
    text-align: center;
}

a {
    color: black;
    background-color: transparent;

}

a.header {
    text-decoration: none;

}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}



input[type=text] {
    width: 75%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;

}


textarea {
    width: 75%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;

}

input[type=submit] {
    font-size: 14pt;
    padding: 10px;
    width: 200px;
}

table.prices {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: left;
    border: 1px solid;
    border-collapse: collapse;

}

th.prices {
    border: 1px solid;
    padding: 10px;
    background-color: lightgray;
}

td.prices {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 10px;
}

.footer {
    text-align: center;
}