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 */


.redasterisk {
  color: red;
}

p {
  color: rgb(27, 27, 110);
}

.button {
  border: none;
  background-color: rgb(255, 255, 255);
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.submit {
  color: rgb(68, 68, 175);
}

label {
  color: rgb(34, 34, 123);
}

::placeholder {
  color: rgb(188, 188, 236);
}
