html, body {
	background-color: #fff4e6;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#container {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    min-height: 100vh;
    width: 100vw;
}

#header {
	color: white;
	background-color: #854442;
    padding: 5px;
}

#footer {
	color: white;
	background-color: #be9b7b;
	margin-top: auto;
    padding: 10px;
}

#footer a {
	color: white;
	text-decoration: none;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

input, select, textarea, button {
	font-family: Times New Roman;
	font-size: inherit;
}