li {
   list-style: none;
}

.just {
   text-align: center;
}

#wrapper {
   margin: 0 auto;
   width: 100%;
   font-size: 14px;
   display: flex;
   justify-content: space-evenly;
}

#categories {
   cursor: pointer;
}

#selList {
   cursor: pointer;
}

#tvShowDisplay {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   font-size: 12px;
}

.divParent {
   margin: 10px 10px;
   padding: 0;
   width: 17%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.divImage img {
   margin: 0;
   padding: 0;
   width: 100%;
   border: 2px solid black;
   box-shadow: 2px 2px 8px #727272;
}

.butt {
   padding: 4px 10px;
   border-radius: 7px;
   box-shadow: 2px 2px 5px #767676;
}

.butt:hover {
   cursor: pointer;
   color: whitesmoke;
   background-color: #222;
   box-shadow: none;
}

.error {
   font-weight: bold;
   color: darkred;
}

.categories {
   margin: 0 auto;
   width: 30%;
   cursor: pointer;
}

.selection {
   margin: 0 auto;
   width: 30%;
}

.display {
   margin: 0 auto;
   width: 40%;
}

.firstWord {
   font-size: 15px;
   font-weight: bold;
}