/* textstyles.css */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Courier+Prime&family=Raleway&display=swap');

body {
	font-family: 'Raleway', sans-serif;
	width:65%;
	margin:auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bebas Neue', cursive;
	color: #020097;
}

h2.boxed {
	border: 1px solid black;
}

.code {
	font-family: 'Courier Prime', monospace;
	color: green;
}	
