@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

* {
	font-family: "VT323", monospace;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

pre {
	text-align: center;
	font-size: 1vw;
}

h1 {
	text-align: center;
}

body {
	background-color: #36454f;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container {
	font-size: 20px;
	font-weight: 100;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: red;
	flex-direction: column;
}

@media screen and (max-width: 600px) {
	.blogparent {
		max-width: 90%;
		min-width: 90%;
	}

	pre {
		font-size: 1.5vw;
	}
}
