

.container {
	text-align:center;
}

.divcenter {
	height:calc(100vh - 100px);
	display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.imgerror{
	height:60vh;
}

@media(max-width:450px){
	.imgerror{
		height:45vh;
		width: 95vw;
	}
}

.btn {
	margin-top:60px;
    text-transform: uppercase;
	text-decoration:none !important;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 24px;
    letter-spacing: 1px;
    border-radius: 3px;
    background: #9943EE;
    color: #fff;
}