body{
	background-image: url("../../images/4.jpg");
	background-size: 100%; 
	color: white;
}

.main{
	display:flex;
	flex-direction: column;
}

.buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.button{
}

.button img{
	width: 90%; 
	height: 90%; 
}

.maxim{
	width: 50%; 
	height: 50%;
}

.abouttext{
	width: 50%; 
	height: 50%;
	filter: invert(100%);
}

.about-main{
	display: flex;
	flex-direction: row;
}

.social{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.social-main{
	
    text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact-image{
	height: 100px;
	width: 320px;

}

.im{
	height: 100px;
	width: 100px;
	margin-left: 10px;
}

.im:hover {
    opacity: 0.8;
}