.repair-form{
  width: 80%;
  height: auto;
  padding: 10px;
  background-color: #F2F2F2;
  border-radius: 0.8rem;
  margin: 0.5em;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.repair-form:hover, .part-category:hover{
  background-color: #e0e0e0;
}

.repair-form p, .part-category p{
  white-space: nowrap;
}

.part-category{
  width: 250px;
  height: 250px;
  padding: 10px;
  background-color: #F2F2F2;
  border-radius: 0.8rem;
  margin: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  cursor:pointer;
  color: #000;
  text-decoration: none;
}