* {
    font-family: "Playfair Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background-image: url(../assets/images/pattern.jpg);
}

#heroes {
    background-color: white;
}

.form-control:focus {
    color: black;
    background-color: #ffffff;
    border-color: black;
    outline: none;
    box-shadow: 0 0 0 .25rem rgba(253, 217, 13, 0.829);
  }

.chart{
    height:500px;
    width:500px;
}
.pie-legend {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pie-legend span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin-right: 16px;
	margin-bottom: -2px;
}
.pie-legend li {
	margin-bottom: 10px;
}

.input-group-append {
    cursor: pointer;
  }

  .dropdown {
    position: relative;
    display: block;
  }

  ul {
    display: block;
  }