 body { margin: 0; font-family: 'Poppins', sans-serif; color: #fff;}
p { font-weight: bold; font-size: 16px; margin-bottom: 0;}
a { font-size: 30px; font-weight: bold; text-decoration: none; color: #fff;}
.logo { width: 50%; display: flex; flex-direction: column; justify-content: end; align-items: center; text-align: center; margin-top: 15%}
.logo img { max-width: 100%; height: 100px; margin-bottom: 20px;}
.logo span { font-size: 45px; font-weight: bold;}

@media (max-width: 991px) {
	.logo { width: 100%; margin-top: 80px; border-left: 0;}
	.logo img { height: auto;}
	.logo span { font-size: 17px;}
	a { font-size: 28px; font-weight: bold; text-decoration: none;}
}