@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #009EB7;
	
}

body {
	background-color: #136266;
	background-image: url("assets/bg/CK_top.jpg");
	background-position: top;
	background-size: 75;
	background-repeat: no-repeat;
	
}

#main {
	max-width: 900px;
	display: flex;
	align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100vh;
	}

p {
	padding: 10px;
}

#header {
	padding: 20px;
}

#gram {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#footer {
	width: 100%;
	align-text: bottom center;
	height: 400px; 
	background: #136266;
    background: linear-gradient(0deg,rgba(19, 98, 102, 1) 0%, rgba(19, 98, 102, 0) 100%);
}