@import "reset.css";

body{
	background-color: black;
	font-family: "Futura", sans-serif;
	color: white;
}


section#en-attente{
	margin-top: 15dvh;
	text-align: center;
}

h1{
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 1em;
	font-size: 3em;
}

h2{
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 1em;
}

a#dribbble {
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(50,85,127,0.5), 0 2px 0 rgba(50,85,127,0.5);
  transition: box-shadow .3s;
  color: inherit;
  overflow: hidden;
}

a#dribbble:hover {
  box-shadow: inset 0 -30px 0 rgba(156, 167, 181, 0.5), 0 2px 0 rgba(192, 192, 192, 0.5);
}

#logo{
	width: 7.5em;
	margin-top: 2em;
}