@charset "utf-8";
/* CSS Document */
/*body{
	margin: 0;
	padding: 0;
	
	
	background-image: linear-gradient(-20deg, #f794a4 0%, #fdd6bd 100%);
	
	
	background-position: center center;
	height: 100%;
	background-attachment: fixed;
	background-repeat: repeat;
	
	
}*/

body{
	margin: 0;
	padding: 0;
	background-image: url(../images/blogbg.jpg);
	
	background-attachment: fixed;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
	
}