/** @format */
footer {
	background-color: rgb(36, 36, 36);
	height: 350px;
}

.footer-container {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(126, 126, 126);
	font-family: Arial, Helvetica, sans-serif;
}

.footer-container div {
	padding: 100px;
}

.footer-container a {
	text-decoration: none;
	color: rgb(126, 126, 126);
}

.ublynd {
	text-align: center;
	color: rgb(126, 126, 126);
}

.ublynd a {
	color: rgb(126, 126, 126);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1025px) {
	.footer-container div {
		padding: 50px 0px;
	}
	.footer-container {
		font-size: small;
		justify-content: space-around;
	}

	.ublynd {
		font-size: small;
	}

	footer {
		background-color: rgb(36, 36, 36);
		height: 200px;
	}
}
