/* * basic setup * */

body {
  background-image: url("../images/sky.jpg");
  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
  /* font-family: 'Bungee Shade', cursive; */
  text-align: center;
  color: white;
  margin-top: 20px;
  font-size: 55px;
  font-weight: 800;
}

h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 800;
}

/* * starter buttons * */
.empty-buttons {
  margin: auto;
  margin: 20px;
}

.btn-primary {
  font-size: 25px;
  margin: 10px;
}

.btn-primary:nth-of-type(even) {
  background: crimson;
}

/* * Add Superhero Section * */
.search {
  background: transparent;
}

.form-text {
  font-size: 25px;
  color: white;
  margin-top: 40px;
  padding: 20px;
}


/* * Giph display * */

.rating {
  /* color: white; */
  margin: auto;
  font-size: 25px;
  font-weight: 500;
}

img {
  width: 100%;
}

/* * Wiki Stuff * */
.info {

  width: 100%;
  padding: 0 25px;
  visibility: hidden;
  background: lightyellow;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

#link {
  text-align: center;
  font-size: 20px;
}