.maintenance-container {
	width: 60%;
	background-color: rgba(30, 30, 84, 0.51);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	padding: 1% 0;
}

.maintenance-header {
	margin-top: 1%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #4f89e7;
}
.maintenance-header div:first-child {
	font-size: 20px;
	color: #d8edf8;
	font-weight: 300;
}
.maintenance-wrapper {
	width: 60%;
	margin: 50px auto;
    text-align: center;
}
.maintenance-wrapper > div {
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.maintenance-wrapper > div:last-child {
    font-size: 14px;
}
.maintenance-wrapper > img {
    max-width: 60%;
}

@media (orientation: portrait) {
	.maintenance-container {
		width: 98% !important;
	}
	.maintenance-wrapper {
		width: 98%;
		margin: 10px auto 5px auto;
	}
    .maintenance-header {
        font-size: 2em;
    }
    .maintenance-header div:first-child {
        font-size: 0.8em;
    }
    .maintenance-wrapper > div {
        font-size: 1.8em;
    }
    .maintenance-wrapper > div:last-child {
        font-size: 1.6em;
    }
}

#neuro-particles {
	width: 100%;
	height: 100vh;
	background-color: #030523;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}