body {
	width: 100%;
	height: 100%;
}

.page-title {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px;
  }
  
  .logo-image {
	width: 40px;
	height: auto;
  }