@font-face{
	font-family: Bauhaus;
	src:url("/font/Bauhaus.ttf");
}

footer{
	margin-top: 100px;
}

footer ul{
	list-style-type: none;
	display: flex;
	width: 175px;
	padding-left: 0px;
}

footer ul li{
	flex: 1;
	padding: 0px;
}

footer ul li img{
	border-radius: 10px;
	transition: 0.5s;
}

footer ul li img:hover{
	transform:scale(1.2);
}

footer p{
	font-size: 18px;
}

footer div p{
	font-size: 15px;
	display: inline;
}

@media screen and (max-width: 700px){
	footer p{
		font-size: 16px;
	}

	footer div p{
		font-size: 13px;
	}
}