body {
	font-size: 200%;
	color: 0e2b4d;
	font-family: 'Times New Roman', serif;
}

.main-logo {
	background-color: white;
	display: flex;
	justify-content: center;
	min-height: 30vh;
}

.main-logo div {
	width: 50%;
	background: url('https://omegadatacenters.com/img/omega-trans.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
	.main-logo div {
		height: 15%;
	}
	.text-container {
		padding-left: 10%;
	}

}

@media only screen and (min-width: 601px) {
	.main-logo div {
		height: 30% !important;
		min-height: 20vh;
	}
	.text-container {
		padding-left: 40%;
	}

}



.main-logo div img {
	width: 100%;
}

@keyframes blink {
	0% {opacity: 1}
	50%{opacity: 0}
	100% {opacity: 1}
}

blink {
	animation: blink 1.2s infinite;
	color: #088dcc;
}

.typewriter {
	color: #088dcc;
	padding-left: 5px;
}

.text-container {
	display: flex;
	align-content: right;
}

.cursor {
	display: flex;
	flex-direction: column;
}

.line {
	display: flex;
	flex-direction: row;
}

.main-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	background-color: #0e2b4d;
	
}

.main-text a {
	color: #088dcc;
}
