.profile button {
  color: #d8e0eb;
  background: #ffffff12;
  border: 1px solid #ffffff22;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 9px;
  cursor: pointer;
}

.profile button:hover {
  background: #ffffff1f;
  color: white;
}
