@import url('https://fonts.googleapis.com/css?family=Courgette');
@import url('https://fonts.googleapis.com/css?family=BioRhyme');
@import url('https://fonts.googleapis.com/css?family=Inknut+Antiqua');
@import url('https://fonts.googleapis.com/css?family=Nunito');
body {
  background-color: #732626;
  height: 100vh;
  color: white;
}

#page_title {
  font-family: 'Courgette', cursive;
  position: relative;
  top: 20px;
  text-align: center;
}

img {
  height: 200px;
}

#data_container {
  position: relative;
  width: 275px;
  margin: auto;
  top: -10px;
}

#search_container {
  text-align: center;
  margin: auto;
  background-color: #732626;
  border-radius: 50px 50px 50px 50px;
}

#input {
  border: 0;
  color: white;
  background-color: #732626;
  text-align: center;
  font-family: 'Nunito', serif;
}

#input:focus {
  outline: 0;
}

#searchBtn {
  background-color: #732626;
  border: 0px;
  color: rgb(255, 255, 255);
}

#randomWiki {
  text-align: center;
}

#randomBtn {
  color: white;
}

#searchBtn:hover, #randomBtn:hover {
  color: rgb(38, 118, 254);
  cursor: pointer;
}

#hr {
  width: 80%;
  border-color: black;
  margin: auto;
}

#output {
  margin-top: 50px;
}

#output li {
  border-radius: 5px;
}

#output li:hover {
  border-left: 5px solid orange;
  border-style: outset;
}

.font_title {
  font-family: 'Inknut Antiqua', serif;
  color: #ff6666;
  text-decoration: none;
}

.font_text {
  font-family: 'BioRhyme', serif;
  color: black;
  text-decoration: none;
}
