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;
}

body {
  background-color: rgb(189, 189, 189);
}

nav {
  margin-left: 4px;
  margin-top: 3px;
  margin-bottom: 5px;
  display: flex;
  flex-flow: row;
  border: 2px solid #333;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
}

#Wrench {
  height: 3%;
  width: 3%;
  margin-top: 5px;
}

#search {
  width: 50%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('Images/Search.png');
  background-size: 30px;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  margin-left: 5px;
  margin-top: 5px;
}

#shop {
  margin-left: 10px;
}

a {
  font-size: 45px;
  margin-left: 10px;
  color: black;
  text-decoration: none;
}

section {
    margin-left: 10px;
    border: 2px solid black;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 50%;
}

header {
    font-size: 35px;
    margin-left: 4px;
}

p {
    font-size: 20px;
    margin-left: 4px;
}

h1 {
    text-align: center;
    font-size: 25px;
}

iframe {
    display: inline;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#Insta {
    width: 2%;
    height: 2%;
}

#AInsta {
    display: inline;
    border: 2px solid black;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 3px;
}

#FB {
    width: 2%;
    height: 2%;
}

#AFB {
    display: inline;
    border: 2px solid black;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 3px;
}

#TikTok {
    width: 2%;
    height: 2%;
}

#ATikTok {
    display: inline;
    border: 2px solid black;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 3px;
}

#submit {
    background-color: black;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 35%;
    cursor: pointer;
}

#message {
    vertical-align: top;
    width: 90%;
    height: 150px;
}

input {
    border-radius: 10px;
    margin: 5px;
    padding: 3px;
}

fieldset {
    border: 2px solid black;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    right: 0;
    display: flex;
    width: 30%;
    height: 58%;
    flex-flow: column;
    margin-right: 10px;
}

label {
    margin-left: 2px;
}

label::after {
    content: '*';
    color: red;
}

footer {
    display: block;
    text-align: center;
    margin: 10px;
    border: 2px solid black;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}