html, body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	/*overflow: hidden;*/
}
h1{
	color: #d00;
	font-size: 35px;
	text-align: center;
	border: 3px solid red;
	border-radius: 20px;
	padding: 5px;
	margin: 1% 1%;
}

/* h2 {

	font-size: 25px;
}

h3 {
	font-size: 1.5%;
} */

.websites h2{
	color: #b00;
	text-align: left;
	border-radius: 15px;
	padding: 0.1% 5%;
	margin: 1% 1%;
	border: 2px solid red;
}

.websites h3{
	color: #b0b;
	text-align: left;
	border-radius: 2% ;
	padding: 0.1% 5%;
	margin: 1% 1%;
}

.websites a {
	text-decoration-color: #f000f0;
}

.websites {
	margin: 10px 0px 30px;
}

 /* Place the navbar at the bottom of the page, and make it stick */
.navbar {
	overflow: hidden;
	width: 100%;
	display: flex;
}

.whoami, .usefulLinks {
	padding: 1%;
/*	border-style: solid;
	border-width: 1%;
	border-color: coral;*/
	float: left;
	text-align: left; 
	display: table-cell;
	width: 47.1%;
}

.whoami {
	border-style: solid;
	border-width: 0.6% 0.4% 0.6% 0.6%;
	border-color: #222;
}

.usefulLinks {
	border-style: solid;
	border-width: 0.6% 0.6% 0.6% 0.4%;
	border-color: #222;
}

.whoami h3, .usefulLinks h3 {
	margin: 1px;
	color: #b0b;
}

.nick {
	color: #b0b !important;

}

.whoami h2, .usefulLinks h2 {
	font-family: monospace;
	margin: 0px;
	color: #b00;
}

h3:hover{
	color: #00f;
}

html::-webkit-scrollbar {
      width: 3px; 
}

html::-webkit-scrollbar-track {
    background-color: black;
}

html::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 25px;
}
