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;
}
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;
}

/* end of css reset */ 


body {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 480px;
  margin: auto;
  border-radius: 10px;
  background-color: rgb(226, 238, 255);

}

/* drop down menu start */

.outsiderestaurant {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.topnav {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: rgb(28, 48, 166);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: rgb(177, 195, 245);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #7fa2d0;
  color: rgb(255, 255, 255);
}

.active {
  background-color: #ffffff;
  color: rgb(54, 57, 89);
}

/* end of drop down menu */


h1 {
    font-size: x-large;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(34, 34, 123);
}

li {
    font-size: medium;
   color: rgb(54, 54, 173);
}

.underlinedcenterp {
    text-decoration: underline;
    text-align: center;
    color: rgb(41, 41, 153);
}

p {
  color: rgb(51, 51, 135);
}

h2{
    font-size: large;
    font-weight: bold;
    text-align: center;
    color: rgb(40, 40, 127);
}

/*changed from red to blue, that's why it's titled redp*/
.redp {
  color: rgb(0, 60, 255)
}

.machinematchplay {
  font-size: medium;
  font-weight: bold;
}

.fiveforfive {
  font-size: x-large;
  font-weight: bold;
}

h4 {
  font-size: xx-large;
  font-weight: bold;
  color: rgb(26, 26, 122);
}

.coupon {
  text-align: center;
  width: 400px;
  border: 5px solid rgb(74, 83, 122);
  padding: 5px;
  margin: 20px;
background-color: rgb(249, 252, 255);
}

.leftalign {
  text-align: left;
}

h3 {
  color: rgb(51, 51, 135);
}