body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #f2f2f2; 
	font-size: 1em;
	line-height: 1.5em;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
}

p {
	margin: 0 0 1.5em 0;
}

img {
	max-width: 100%;
	height: auto;
}

#main-header {
	background: #fff;
	color: white;
	height: 80px;
}	
	#main-header a {
		color: white;
	}

/*
 * Logo
 */
#logo-header {
	float: left;
	padding: 15px 0 0 20px;
	text-decoration: none;
}

	#logo-header:hover {
		color: #0b76a6;
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 0.8em;
		color: #999;
	}

    #main-footer {
        background: #fff;
        color: white;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }	
    #main-section {
        background: #fff;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }	
	
    #logo-footer {
        height: 80px;
        float: center;
        padding: 15px 0 0 20px;
    }

	.check {
		
		display: inline-block;
		transform: rotate(45deg);
		height: var(--height);
		width: var(--width);
		border-bottom: var(--borderWidth) solid var(--borderColor);
		border-right: var(--borderWidth) solid var(--borderColor);
	  }

	  .error {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-weight: 900;
		color: red;
		font-size: 45px;
		font-family:verdana;
		text-align: center;
	}

	  :root {
		--borderWidth: 10px;
		--height: 48px;
		--width: 24px;
		--borderColor: #78b13f;
	  }
	  