@import url("https://cdn.jsdelivr.net/gh/jgthms/minireset.css@master/minireset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiny5&display=swap');

body {
  background-color: black;
  color: white;
  font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1 {
  margin-bottom: 25px;
}

.container {
  background-color: darkorange;
  padding-bottom: 20px;
  min-height: 100vh;
}

.headName {
  color: black;
  text-align: center;
  padding-top: 20px;
}

#msg {
  color: red;
  text-align: center;
  display: none;
  margin-bottom: 20px;
}

#msgSearch {
  color: white;
  text-align: center;
  margin: 20px 0px;
}

#items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.singleItem {
  cursor: pointer;
}

#details {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.card-body {
  text-align: left!important;
}