.tutorial {
  width: 600px;
  text-align: center;
  margin: auto;
}

figure.image {
  display: flex;
  justify-content: center;
  background-color: rgb(22, 22, 22);
}

figure .image img {
  width: 128px;
}

.notification {
  margin-top: 50px !important;
}

.results {
  max-height: 500px;
  overflow-y: scroll;
}

.title .icon {
  margin-left: 15px;
}

.hero {
  margin-bottom: 20px;
}

.forms {
  display: flex;
  justify-content: space-around;
}

.dropdown-item {
  background-color: rgb(233, 233, 233);
  display: flex;
  align-items: center;
  height: 80px;
  color: rgb(65, 0, 139);
}

.dropdown-item img {
  height: 80px;
  margin-right: 10px;
}


.winner{
  border:1px solid rgb(155, 90, 155);
  color: rgb(141, 80, 141);
  box-shadow: 0 2rem 7rem rgb(136, 80, 136);
}
