body {	background-color: #131d47;	text-align: center;	margin: 0;	padding: 0;	font-family: 'Montserrat', sans-serif;	color: #212121;}a {	color: #5e37b0;	text-decoration: none;}a:hover {	color: #7543dc;}i {	border: solid #efefef;	border-width: 0 3px 3px 0;	display: inline-block;	padding: 3px;	position: relative;	top: -1px;}.right {	margin-right: 10px;	transform: rotate(-45deg);	-webkit-transform: rotate(-45deg);}.left {	transform: rotate(135deg);	-webkit-transform: rotate(135deg);}.up {	transform: rotate(-135deg);	-webkit-transform: rotate(-135deg);}.down {	transform: rotate(45deg);	-webkit-transform: rotate(45deg);}.header {	margin: 120px auto;}.home-logo {	padding: 20px 40px 45px 20px;}.home-logo img {	max-width: 100%;	height: auto;}.footer {	background-color: #5ddadb;	padding-top: 50px;	position: absolute;	bottom: 0;	width: 100%;	padding-bottom: 5px;}.home-section-header {	font-family: 'Bebas Neue', cursive;	font-size: 55px;	color: #111;	font-weight: bold;	letter-spacing: 2px;}.overview {	color: #5a0bff;	font-size: 16px;	line-height: 19px;	margin-bottom: 120px;	margin-top: 30px;}@media (max-width:767px) {	.header {		margin: 60px auto;	}	.home-section-header {		font-size: 40px;	}	.bottom p {		font-size: 12px;	}}@media (max-width:480px) {	.header {		margin: 30px auto;	}	.home-section-header {		font-size: 35px;	}	.bottom p {		font-size: 10px;	}}