body {
	background-color: #25313a;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

img {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 5% auto 2%;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.social-icons a {
	display: block;
	margin: 0 15px;
	font-size: 30px;
	color: #fff;
	transition: color 0.2s ease;
}

.social-icons a:hover {
	color: #6cffe9;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	font-size: 14px;
}

.video {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	border-top:
