
@import url('@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Outline&display=swap');

*{
	font-family: 'Space Mono', monospace;
	margin: 0px;
}

/* home */
.body{ 
	/* background: url(''); */
	height: 100vh;
	overflow: hidden;
}
.news_2{
	height: 100vh;
	overflow: scroll;
	top: 0px;
	margin-bottom: 20px;
}
.news{
	height: 100vh;
	overflow: scroll;
	right: 0px;
	top: 0px;
}
.rotate {
	margin-top: 100%;
	transform: rotate(90deg);
	font-family: 'Bungee Outline', cursive;
}
