* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
#mainheader {
	margin:0;
	text-align:center;
	
}
.header-container {
	
}
#top {
	margin-bottom:0px;
	padding-bottom:0px;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	background-color:white;
	z-index:100;
}
#navbar {
	float:right;
	border-left:2px solid gray;
	height:100%;
	margin-top:38px;
	padding-top:20px;
	display:none;
	width:0px;
	position:fixed;
	right:0;
	z-index:10;
	font-size:30px;
	text-align:center;
	background-color:white;
}
#symbol {
	position:absolute;
	z-index:20;
	top:50%;
	right:20px;
	text-align:right;
	transform:translateY(-50%);
	background-color:white;
	border:none;
	
}
#main {
	display:flex;
	flex-wrap:wrap;
}
.news {
	margin-top:50px;
	padding-top:15px;
	width:280px;
	padding-left:15px;
	padding-right:15px;
	background-color:lightgray;
	border-radius:15px;
	margin-left:15px;
	margin-right:15px;
}
	
}
.image {
	
	border-radius:15px;
}
.type {
	color:blue;
	padding-top:25px;
}
.link {
	color:black;
	text-decoration:none;
}
.time {
	color:red;
	padding-top:5px;
	padding-bottom:15px;
}