html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: center;
}


*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0; 
}



.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*=============================================
 * Basics
 *===========================================*/

body{
    background: #2f19dd;
	color: white;
	align-content: center;
	text-align: center;
	
}

.container{
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
	align-content: center;
}

#content{
    text-align: center;
	align-content: center;
}

.some {
	padding: 10px;
}

/*
------------------------------------------
*/



h2 {
	font-family: 'Mukta', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #5ce1e6;
	letter-spacing: 1px;
}

p, a {
	font-family: 'Mukta', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: white;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: 1px;
}

a:hover {
	text-decoration: underline;
}

.logo {
	max-width: 480px;
}



@media all and (max-width: 1234px) {

    
}



@media all and (max-width: 950px) {

 
}

@media all and (min-width: 768px) and (max-width: 990px) {
	.logo {
		max-width: 320px;
	}

    
}

@media all and (max-width: 767px) {
	.logo {
		max-width: 320px;
	}

    
}
