@font-face {
  font-family: 'Impact';
  src: url('Styles/impact.ttf') format('truetype');
}

body{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 100%;
	width:100%;
	overflow-x : hidden;
}
a {
  text-decoration: none;
}


header {
	position: fixed;
  top: 0;
  left : 1%;
  width: 100vw ;
}

header img {
	width : 100%;
	max-width: 150px;
  height: auto;
  margin: 0 auto;
  z-index: -1;
}

.references {
	max-width: 100%;
	position: absolute;
	display: flex;
	right : 1%;
	top: 1%;
	justify-content: space-between;
	padding: 10px;
	font-size: 17px;
	font-family: 'Lucida Console', monospace;
}

.references a {
	text-decoration: none;
	color: #333;
	margin-left: 20px;
}

footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  color: #444;
  font-size: 14px;
  width: 100%;
  position: relative;
  bottom: 0;
}

.box {
	display : flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1000px;
}


.Infos_About{
	display:flex;
	top: 200px;
	position: relative;
	width : 500px;
	height: 500px;
	overflow: hidden;
	min-width: 500px;
	margin-bottom: 25rem;
}

.text_About {
	font-family: 'Lucida Console', monospace;
	color : #1d1d1d;
	text-align: center;
	font-size: 18px;
	flex-basis: 500px;

}


.About{
	display: flex;
	position: relative;
	font-family: 'Lucida Console', monospace;
	color : #1d1d1d;
	text-align : left;
	top : 20%;
	font-size: 18px;
	flex-wrap: wrap;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: 'Lucida Console', monospace;
}

.contact-info p {
  margin: 5px 0;
}

.social-media a {
  display: inline-block;
  margin-right: 10px;
  color: #444;
}

.social-media a:hover {
  color: #000;
}

.fab {
  font-size: 20px;
}

@media (max-width: 500px) {

	header img {
		max-width: 100px;
	}
	body {
		max-width: 100%;
		width:100%;
	}

	.box {
		position: relative;
		top : 200px;
		max-width: 100vw;
	}

	.Infos_About{
	top: 0px;
	width : 90vw;
	height: 300px;
	min-width: 90vw;
	margin-bottom: 20rem;
}

.text_About {
	flex-basis:90vw;
	font-size: 14px;
	width : 90vw;
	height: 300px;
	min-width: 90vw;

}

.About {
	top : 20%;
	font-size: 14px;
	flex-basis:90vw;

}

	.references {
	right : 1%;
	top: 1%;
	font-size: 14px;
	padding: 10px;

	}
}