body {
	margin: 0;
	background: #fffaf9;
	color: #7D3F2C;
	font-family: 'Arial';
}
svg {
	z-index: 0;
	position: fixed;
	margin-left:auto; 
	margin-right:auto; 
	display:block;
	margin:0;
}

.unfilled {
	fill: #fffaf9;
}

polygon {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.info-container {
	z-index: 1;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hidden {
	display: none;
	opacity: 0;
}

h1 {
    font-weight: 400;
    letter-spacing: -25px;
	margin-left: -12.5px;
    font-size: 90px;
    position: fixed;
    top: 15vh;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #7d3f40;
}

h2 {
    font-size: 30px;
    letter-spacing: 3px;
    font-family: arial;
    line-height: 1.5em;
    font-weight: 100;
	position: fixed;
    top: 42vh;
	width:100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 100;
    letter-spacing: 1px;
    position: fixed;
    bottom: 22px;
    width: 100%;
    text-align: center;
    margin: auto;
}

my-email {
    font-size: 12px;
    margin: 5px 0px;
    font-weight: 100;
    letter-spacing: 1px;
    position: fixed;
    bottom: 2px;
    width: 100%;
    text-align: center;
}

my-email::after {
content: attr(data-domain);
}
my-email::before {
content: attr(data-user) "\0040";
}

h2 a {
	color: #de8a70a6;
}
.salut {
	display: none;
}
.salut2 {
	display: none;
}
@media screen and (max-device-width: 480px) {
	h1 {
		font-size: 70px;
		letter-spacing: -20px;
		margin: -10px
		top: 10vh;
	}

	h2 {
		font-size: 17px;
		top: 40vh;
	}
}
