.coffee {
  max-height: 500px;
  max-width: 350px;
  height: 100%;
  width: 100%;
  background-color: #333333;
  border-radius: 6px;
  padding: .3rem;
  text-align: center;
}

.coffee-image {
  height: 100%;
  object-fit: contain;
  max-height: 350px;
  place-self: center;
}

.sidebar-right {
	margin-top: .8rem;
}