
.software {
  display: block;
  max-width: 220px;
  width: 100%;
  height: 180px;
  padding: 15px;
  background: white;
  border: none;
  border-radius: 4px;
  border: 1px solid lightgray;
}
.software .link {
  text-decoration: none;
}
.software .name {
  font-size: 1rem;
  color: #2b2e4a;
  font-weight: 100;
  margin-bottom: 20px;
}

.software .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 15px;
}

.software .logo img {
  max-width: 150px;
  max-height: 50px;
}

.software:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
