body {
	margin: 0;
	padding: 0;
	/*background-color:#05484F;*/
	font-family: Gill Sans MT,Gill Sans,Calibri,sans-serif;
}
html, body {
	background-color:#05484F;
}
.mw_main {
	background: url("manyways_logo_nobg_2021.svg");
	background-size: 500px 500px;
	width: 500px;
	height: 500px;
	margin: auto;
}
.mw_links {
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 0 0 120px;
}
.mw_links a {
	display: inline-block;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	margin: 0 20px 0;
}
.mw_links a:first-child {
	margin-left: 0;
}
.mw_links a:last-child {
	margin-right: 0;
}
.mw_links_instagram {
	background: url("Instagram_logo_2016.svg");
}
.mw_links_twitter {
	background: url("X_logo_2023.svg");
}
.mw_links_facebook {
	background: url("Facebook_logo_2019.svg");
}
.mw_footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
@media (max-width:550px) {
	.mw_main {
		background-size: 300px 300px;
		width: 300px;
		height: 300px;
	}
}
@media (min-width:2000px) {
	.mw_main {
		background-size: 1000px 1000px;
		width: 1000px;
		height: 1000px;
	}
}