.previous-button {
  position: absolute;
  top: 3.5rem;
  right: 0;
  background: transparent;
  border: none;
  color: #338BFF;
  font-size: 1rem;
  padding: .5rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.previous-button:hover {
  color: #0056b3;
}