.portlet-body {
  display: flex;
  justify-content: baseline;
  align-items: center;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

select {
  width: 468px;
  height: 40px;
}

button {
  width: 105px;
  height: 44px;
  background: #0EB0FC;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
  display: inline-flex;
  justify-content: center;
  line-height: 1.6em;
  font-weight: 600;
  padding: 0.8em 2.5em;
  border-radius: 7px;
  border: none;
  outline: none;
  transition: all 0.4s ease;
}

a {
  text-decoration: none;
  color: #004F9F;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Roboto';
}


.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%;
}