
html, body, div, span, applet, object, iframe,
 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;
}

h1 {
  text-align: center;
  opacity: 0.5;
  color: white;
}

/* 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;
}

body {
  font-family: helvetica;
}

h2 {
  font-size: 20px;
  margin: 5px 0;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#outer-container {
  background-color: #123456;
  height: 100%;
  width: 100%;
  padding: 100px 0 1%;
}
#outer-container #inner-container {
  background-color: #edcba9;
  border: 1px solid black;
  height: 400px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#outer-container #inner-container .color-input-container {
  background: white;
  border: 1px solid black;
  margin: 20% auto;
  padding: 20px;
  width: 200px;
}
#outer-container #inner-container .color-input-container input[type=text] {
  text-align: center;
}
#outer-container #inner-container .color-input-container #submit-btn {
  background: #c0c0c0;
  border-radius: 5px;
  cursor: pointer;
  height: 25px;
  width: 100px;
  margin: 10px auto;
  padding-top: 8px;
}

.description {
  margin: 20px 30px;
  text-align: justify;
}

.article {
  padding: 5% 20% 1%;
  color:white;

}

.note {
  padding: 1% 20%;
  color:white;
  text-align:center;
font-style: italic;
}


a {
  color:yellow;
}