.portlet-body {
  display:flex;
  justify-content: center;
  align-items: center;                                      
}

select {
  width: 468px;
  height: 40px;
}

button {
  width: 105px;
  height: 44px;
  background: #0EB0FC;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
}

a {
  text-decoration: none;
  color: white;
  font-weight: 600;
}

.cardHover:hover {
      transform: translateY(-5%);
      transition: 1ms; 
}

.home-button {
  position: absolute;
  bottom: 20px;
  right: 5.7rem;
  display: inline-block;
  padding: 10px;
  width: 0.25em;
  border-radius: none;
  top: 4%;
 
}