*{
  margin: 0;
  padding: 0;
}
body {
  background-color:#3d0f5c;
}
header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 10%;
}
.logo{
  width: 100%;
}
.searchBack{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
  background:rgba(242, 18, 18, 0.62);
}
footer{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color:rgba(242, 18, 18, 0.62);
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}
footer img{
  margin-top: 10px;
  width: 35px;
}
#root{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  color: #3d0f5c;
  margin-top: 1rem;
}
.box {
  color: #868789;
  width: 200px;
  height: 330px;
  background: linear-gradient(180deg, #363636 33%, #242525 40%);
  border-radius: 10px;
  margin: 30px 10px;
  padding: 20px 15px;
  box-shadow: 0 5px 20px rgb(0,0,0,0.5);
  text-align: center;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-size:12px;
}
.filter{
  width: 150px;
  height: 30px;
  background: rgba(54, 54, 54, 0.5);

  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight:500;
  font-size: 15px;
  line-height: 0px;

  color: #ffffff;
}
#boxNav{
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    align-content: center;

}

#order{
  margin-left: 2rem;
    width:100px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;

    color: white;

}
#Z-A, #A-Z{
  width: 60px;
  height: 20px;
  background: rgba(54, 54, 54, 0.5);

  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 0px;

  color: #ffffff;
}
#back{
    width: 110px;
    height: 25px;
    left: 600px;
    margin-right: 2rem;
    background: rgba(54, 54, 54, 0.5);

    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 0px;

    color: #ffffff;
}
#boxGen{
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 22px;
  text-align: center;

  color: #FFFFFF;

}
