<head>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<style>
body {background: linen;}
body {
	background-color: rgb(173, 22, 162);
}

.domain_name {
    font-family: Montserrat !important;
	color: white;
    text-align: center;
	margin-top: 100px;
	font-size: 36px;
	font-family: arial;
} 

.is_for_sale {
	font-family: Montserrat !important;
	color: white;
	text-align: center;
	/*padding-top: 5px;*/
	margin-top: -40px;
	font-size: 21px;
	font-family: arial;
}

.contact {
	font-family: Montserrat !important;
	color: white;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: center;
	font-size: 16px;
	font-family: arial;
	width: 600px;
	margin: 0 auto;
}

.english_ {
	font-family: Montserrat !important;
	color: white;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	font-style: italic;
	width: 400px;
	margin: 0 auto;
}


.owned {
	font-family: Montserrat !important;
	color: white;	
	text-align: center;
	margin-top: 95px;
	font-size: 11px;
}

a {
	color: yellow !important;
}


</style>
</head>