body {
	margin: 0px;
	background-color: #131f27;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 18px;
}

a {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all 0.3s ease;
}

a:hover, a:focus, a:active {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: #ffffff;
}

iframe {
	width: 100vw;
	height: 78vh;
	margin: 180px 0px 30px;
}

.speedtest:before {
	content: '';
	display: block;
	width: 100%;
	height: 180px;
	position: absolute;
	top: 60px;
	left: 0px;
	background-color: #131f27;
}

.header {
	padding: 10px;
	background-color: #2e4351;
	height: 60px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.content {
	width: 80%;
	margin: auto;
}

.logo {
	height: 60px;
	float: left;
}

.logo svg {
	height: 60px;
}

.web {
	float: right;
	margin: 4px 0px;
}

.web a {
	display: inline-block;
	background-color: #007fa3;
	padding: 15px 60px;
	border-radius: 4px;
}

.footer {
	font-size: 14px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 25px;
	z-index: 2;
	background-color: #131f27;
}

.footer .content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.footer-third {
	flex-basis: 30%;
	margin: 0px 10px;
}

.footer .center {
	text-align: center;
	font-size: 18px;
}

.footer .right {
	text-align: right;
}

















