.error_container {
	height: 100vh;
}

.error_container button {
	background: rgba(0,0,0,0.00);
    border-radius: 40px;
    border: 2px solid rgba(4,8,9,1.00);
    color: #fff;
    padding: 10px;
    margin: 20px; 
}

.error_container button {
	font-size: 20px;
	color: #090E0F;
	cursor: pointer;
}

.error_container .error_content {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.error_content {
	
}