/* General Styles */
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	line-height: 1.6;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.wrapper {
	width: 100%;
	max-width: 700px;
	padding: 20px;
	text-align: left;
	box-sizing: border-box;
}

h1, h2 {
	margin-bottom: 15px;
	font-weight: bold;
}

p {
	margin-bottom: 20px;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

footer {
	text-align: center;
	padding: 20px;
	font-size: 0.9rem;
	background: #f9f9f9;
}

.hero h1{
	  font-family: "Newsreader", serif;
	  font-optical-sizing: auto;
	  font-weight: 700;
	  font-style: normal;
	  text-transform: uppercase;
	  font-size: 4em;
	  font-style: normal;
	  color: #333;
	  //-webkit-text-stroke-width: 2px;
	  //-webkit-text-stroke-color: rgb(232, 29, 29);
	
}

.hero p{
	  font-family: "Newsreader", serif;
	  font-optical-sizing: auto;
	  font-weight: 300;
	  font-size: 2.3em;
	  font-style: normal;
	  color: #333;
}

.properties h2, .domains h2{
	font-family: "Newsreader", serif;
	  font-optical-sizing: auto;
	  font-weight: 600;
	  font-style: normal;
	  font-size: 1.6em;
	  font-style: normal;
	  color: #333;
}

.properties p, .properties ul, .domains p, .domains ul{
	font-family: "Newsreader", serif;
	  font-optical-sizing: auto;
	  font-weight: 300;
	  font-size: 1.2em;
	  font-style: normal;
	  color: #333;
}

.properties ul a{
	text-decoration: underline;
}

.properties ul a:hover{
	background: #efefef;
	text-decoration: none;
}
.properties ul a:visited{
	color: #333;
}
/* Responsive Design */
@media (max-width: 768px) {
	.wrapper {
		padding: 15px;
	}
}