@font-face{
	font-family: "DotMatrix";
	src: url("dot_matrix_font/DOTMATRI.TTF");
}

@font-face{
	font-family: "DotMatrix Bold";
	src: url("dot_matrix_font/DOTMBold.TTF");
}

.title{
	font-size: 2.5vw;
	position: absolute;
	margin-left: 45%;
}

.title a{
	text-decoration: none;
	color: hsl(46, 100%, 48%);
}

body{
	margin: 0px;
	font-family: "DotMatrix", sans-serif;
	color: hsl(46, 100%, 60%);
	font-size: 20px;
	background-image: url("images/background.jpg");
}

h2{
	font-family: "DotMatrix Bold", sans-serif;
	color: hsl(46, 100%, 48%);
}

main{
	margin: 7.5%
}

p{
	-webkit-text-stroke: 0.25px white;
	text-align: justify;
}

.navbar{
	padding-top: 4%;
	text-align: right;
}

.navbar ul{
	list-style-type: none;
	background-color: hsl(300, 100%, 20%);
	padding: 0;
	margin-right: 7.5%;
	margin-left: 7.5%;
	display: inline-block;
	border-width: 5px;
	border-style: solid;
	border-color: hsl(300, 100%, 30%);
}

.navbar a{
	font-family: "DotMatrix Bold", sans-serif;
	color: hsl(332, 11%, 80%);
	text-decoration: none;
	padding: 15px;
	text-align: center;
	display: inline-block;
}

.navbar a:hover{
	background-color: hsl(300, 100%, 10%);
}

.navbar li{
	display: inline-block;
}

.copyright p{
	position: relative;
	text-align: center;
	color: red;
	font-style: italic;
	-webkit-text-stroke: 0.1px yellow;
}

.about{
	margin-right: 40%;
}

.links{
	list-style-type: square;
}

.links a{
	text-decoration: none;
	color: hsl(46, 100%, 48%);
}

.words a{
	text-decoration: none;
	font-family: "DotMatrix Bold", sans-serif;
	color: hsl(260, 100%, 65%);
}

.words span{
	display: inline-block;
	padding: 0.25px;
	background: hsl(260, 100%, 10%);
}

hr {
	background-color: hsl(300, 100%, 10%);
	height: 5px;
	width: 100%;
	border-color: hsl(300, 100%, 20%);
	border-style: solid;
	border-width: 2px;
	float: center;
}
