@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Nanum+Gothic&display=swap');


body {
	background-color: #272c62;
	color: #86B6C7;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 15px;
}

::-mox-selection {
	background: #000;
}

::selection {
	background: #000;
}

h1 {
	background-image: linear-gradient(90deg, rgba(98,121,161,1) 0%, rgba(98,121,161,1) 38%, rgba(0,212,255,0) 100%);
	color: #282D5D;
	font-size: 25px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
}

h2 {
	background-color:#364C72;
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	margin-bottom: 5px;
}

h3 {
	font-family: 'Amatic SC', cursive;
	font-size: 25px;
	border-bottom: 1px solid;
	margin-bottom: -10px;
}

a {
	text-decoration: none;
	color: #EC7373;
}

#container {
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	width: 50%;
	height: 100%;
}

#header {
	position: absolute;
	background-image: url("head.png");
	top: 0px;
	left: 200px;
	border-left: 2px solid #82b7ca;
	width: 900px;
	height: 200px;
}

#sidebar {
	position: absolute;
	top: -25px;
	left: 0px;
	width: 200px;
	text-align: center;
	border-right: 2px dotted #82b7ca;
}

#main {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 850px;
	text-align: justify;
	padding-left: 15px;
	border-top: 2px solid #82b7ca;
	border-left: 2px dotted #82b7ca;
	padding-bottom: 30px;
}

