/* Header styles */
.header {
  text-align: center;
  display: flex;
  flex: 1;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
}

.header h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.header p {
  font-size: 1.25rem;
}

.header img {
  border-radius: 32px;
  margin-right: 20px;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none; /* Remove default focus outline */
}
