body {
	background: repeating-conic-gradient(from 0deg, #2e8b57 0deg 90deg, #2c8854 90deg 180deg) -20px -20px / 140px 140px;
	overflow: hidden;
	height: 100vh;
	font-family: 'Inter', 'Montserrat', 'Playfair Display', Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.svg-logo {
	display: inline-block;
}
.pages-container {
	max-width: 700px;
	width: 60vw;
	height: 60vh;
	min-height: 200px;
	background: #232323;
	border-radius: 16px;
	padding: 32px;
	color: #fff;
	box-shadow: 0 4px 24px rgba(0,0,0,0.3);
	overflow: auto;
}

/* SVG Logo Styles */
.svg-logo {
  display: inline-block;
  width: 600px;
  height: 200px;
  margin: 0 auto;
  vertical-align: top;
}

@media (max-width: 600px) {
  .svg-logo {
    width: 90vw;
    height: 40vw;
    display: block;
    margin: 0 auto;
  }
  .logo-container {
    margin-top: -80px !important;
    margin-bottom: 8px !important;
  }
  .homepage-logo-container {
    padding-top: 18px;
  }
  .pages-container {
    margin-top: -15vh;
	max-width: 700px;
	width: 72vw;
	height: 50vh;
	min-height: 200px;
	background: #232323;
	border-radius: 16px;
	padding: 32px;
	color: #fff;
	box-shadow: 0 4px 24px rgba(0,0,0,0.3);
	overflow: auto;
}
}
