@charset "utf-8";
/* CSS Document */
*{
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
} 

body{
	background: #FBD0E3;
	color: #FFFFFF;
	font-family: "Roboto ExtraLight";
	padding: 20px;
}

h1{ 
	margin-top: 40px;
	font-size: 40px;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: 10px;
	color: #665E62;
	font-weight: 500;
	
}

h2{ 
	font-size: 20px;
	text-align: center;
	letter-spacing: 3px;
	color: #967385; 
	font-weight: normal;
	margin-bottom: 40px;
		
}

.page1 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	padding-left: 400px;
	float: left;
	font-weight: 700;
	text-decoration: none;

}

.page2 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	float: left;
	padding-left: 120px;
	font-weight: 700;
	text-decoration: none;
	
}

.page3 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	float: left;
	padding-left: 120px;
	font-weight: 700;
	text-decoration: none;
	
}

.page4 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	float: left;
	padding-left: 120px;
	font-weight: 700;
	text-decoration: none;
	
}

.page5 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	float: left;
	padding-left: 120px;
	padding-bottom: 50px;
	font-weight: 700;
	text-decoration: none;
	
}


.container { 
	background: #fff; 
	width: 1000px;
	height: 700px;
	padding: 20px; 
	border-radius: 6px; 
	margin: auto; 
	box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
	margin-top: 150px;

}

input[type=text], 
input[type=email], 

textarea, select {
	
	width: 100%; 
	padding: 10px; 
	margin-top: 6px; 
	margin-bottom: 16px;
	border: 1px solid #ccc;
	border-radius: 4px; 
	box-sizing: border-box;
	
}


button {
	background-color: #BF79B1;
	color: white; 
	padding: 12px 20px;
	border: none; 
	border-radius: 4px; 
	cursor: pointer; 

}

button:hover { 
	background-color: #9E6C91; 

}
