body {
	background-color: #999174;
	min-height: 700px;
}

html {
	min-height: 700px;
}

* {
	margin : 0;
	padding : 0;
}

h1, h2, h3 {
	font-weight: normal;
}

#all {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#all h1 {
	color: white;
}

#all .logo {
	width: 80vh;
	align-items: center;
}

#all .social {
	position: absolute;
	bottom : 2%;
	/* right: 2%; */
	width : 150px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 40;
}

#all .social img {
	height : 45px;
	transition: 0.6s ease;
}

#all .social img:hover {
	border-bottom: 2px solid #dfdfdf;
}