/*ABOUT ME*/


/*background*/
@font-face {
	font-family: "comfortaa";
	src: url("../font/comfortaa-regular.ttf");
	}
	
body {
	font-family: "comfortaa";
	background-image:url("images/background.jpg");
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-attachment: unset;
	width:100%;
	height:100vh;
	margin:0;
	padding:0;
	}

/*MARGE*/
.marge {
	margin: 0 0 20% 0;
	}
	
/*liens*/
a {
	color: white;
	text-decoration: none;
	}

.txt {
	text-align: start;
	transform: rotate(-90deg);
	width: 50%;
	margin: 0 0 0 25%;
	}
	
.art {
	font-size: 52px;
	margin: 0 0 0 25%;
	}

.inspi {
		font-size: 40px;
		margin: 0 0 0 25%;
		}
	
.aboutme {
	font-size: 18px;
	margin: 0 0 0 25%;
	}
	
/*images*/
.logo {
	margin: 7% 0 0 40%;
	}

/*txt*/
p {
	color: #ffffff;
	}
	
.txtc {
	text-align: justify;
	margin:0% 15vw 4% 50vw;
	text-align: justify;
	}

/*txt*/	
.photo {
	margin: -29% 0 0 30%;
	}
	
/*liens*/
.liens {
	font-size: 12px;
	margin: 0% 0 0 30%;
	}
	
	