html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	color: rgb(255, 250, 215);
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 28px;
    background-color: rgb(182, 171, 91);
    text-shadow:
    0 0 5px rgb(88, 83, 46),
    0 0 5px rgb(88, 83, 46),
    0 0 5px rgb(88, 83, 46),
    0 0 5px rgb(88, 83, 46);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, button, select {
    background-image: linear-gradient(180deg, rgb(255, 250, 212), rgb(255, 250, 212), rgb(255, 250, 212), rgb(203, 193, 114));
    border: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    color: rgb(88, 83, 46);
    border: 2px solid rgb(88, 83, 46);
    border-radius: 5px;
}

input:hover, button:hover, select:hover {
    background-image: linear-gradient(180deg, rgb(240, 236, 200), rgb(240, 236, 200), rgb(240, 236, 200), rgb(189, 179, 106));
}

input:focus, select:focus {
    outline: none;
}

button {
    width: 200px;
    margin: auto;
}

/* IDS */

#main {
    display: flex;
    flex-direction: column;
    margin: 30px auto 30px auto;
    width: 400px;
    gap: 15px;
    background-image: linear-gradient(180deg, rgb(236, 231, 193), rgb(236, 231, 193), rgb(203, 193, 114));
    padding: 20px;
    border-radius: 10px;
    box-shadow:
    0 0 5px rgb(88, 83, 46),
    0 0 5px rgb(88, 83, 46);
}

#display {
    text-align: center;
    font-size: 36px;
}