@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v5/EjsrzDkQUQCDwsBtLpcVQZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v5/DugPdSljmOTocZOR2CItOhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Mono"), local("FiraMono"), url(https://fonts.gstatic.com/s/firamono/v3/SlRWfq1zeqXiYWAN-lnG-pBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background-color: rgba(236, 240, 241, 0.1);
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Ubuntu', sans-serif;
  color: #040404;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.container {
  max-width: 900px;
  margin: auto;
  color: #8e44ad;
}

.container h1 {
  text-align: center;
  margin-bottom: 50px;
}

.container form#searchForm {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.container form#searchForm input#searchInput {
  width: 450px;
  padding: 15px 20px;
  font-size: 1.5em;
  border: 1px solid #9b59b6;
}

.container form#searchForm input#searchInput::placeholder {
  opacity: 1;
  color: rgba(155, 89, 182, 0.6);
}

.container form#searchForm input#searchInput::-moz-placeholder {
  opacity: 1;
  color: rgba(155, 89, 182, 0.6);
}

.container form#searchForm input#searchInput:-moz-placeholder {
  opacity: 1;
  color: rgba(155, 89, 182, 0.6);
}

.container form#searchForm input#searchInput::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(155, 89, 182, 0.6);
}

.container form#searchForm input#searchInput:-ms-input-placeholder {
  opacity: 1;
  color: rgba(155, 89, 182, 0.6);
}

.container form#searchForm input#searchInput::-ms-input-placeholder {
  opacity: 1;
  color: rgba(155, 89, 182, 0.6);
}

.container form#searchForm input#searchInput:focus {
  border: 1px solid #9b59b6;
  outline: none;
}

.container form#searchForm input#submitForm {
  display: block;
  width: 100px;
  border: 1px solid #9b59b6;
  border-left: none;
  background-color: #9b59b6;
  color: white;
  font-size: 1.2em;
  letter-spacing: 0.9px;
}

.container form#searchForm input#submitForm:hover {
  background-color: white;
  color: #9b59b6;
}

.container form#searchForm input#submitForm:focus, .container form#searchForm input#submitForm:active {
  outline: none;
}

.container #formResult {
  text-align: center;
  margin: 50px auto;
  font-style: italic;
}

.container #formResult .error {
  color: #e74c3c;
}

.container .resultContainer {
  min-width: 600px;
  width: 80%;
  margin: auto;
  border: 1px solid #9b59b6;
  border-radius: 2px;
}

.container .resultContainer .singleResult {
  margin: auto;
  padding: 20px 20px;
}

.container .resultContainer .singleResult:hover {
  color: white;
  background-color: #9b59b6;
  cursor: pointer;
}

.container .resultContainer hr {
  border: 1px solid rgba(155, 89, 182, 0.4);
  width: 60%;
}

.container .resultContainer hr:last-child {
  display: none;
}

.container .resultContainer h1 {
  text-align: left;
  width: 90%;
  display: inline-block;
  margin: 0 auto 10px;
}

.container .resultContainer .description, .container .resultContainer p {
  margin: auto;
  width: 90%;
  text-align: left;
  line-height: 1.7em;
  font-style: normal;
  font-size: 1.1em;
}

.container .or {
  margin: 50px auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #8e44ad;
}

.container a#randomSearch {
  display: block;
  margin: 50px auto;
  text-align: center;
  padding: 10px 20px;
  background-color: #9b59b6;
  width: 250px;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 4px;
}

.container a#randomSearch:hover {
  background-color: white;
  color: #9b59b6;
  border: 1px solid #9b59b6;
}

.container a#randomSearch:hover svg .st0 {
  stroke: #9b59b6;
}

.container a#randomSearch:hover svg .st1 {
  fill: #9b59b6;
}

.container a#randomSearch svg {
  display: inline-block;
  height: 43px;
  width: auto;
  margin-right: 15px;
  margin-bottom: 7px;
  vertical-align: middle;
}

.container a#randomSearch svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.4173;
}

.container a#randomSearch svg .st1 {
  fill: white;
}
