html {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	background-color: black;
	color: green;
}

body {
  background-image: url('/images/borrowed/stars.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.banner img {
	height: 400px;
	width: 100%;
}

#cursor {
    /*
    width: 6em;
    height: 6em;
    background-color: yellow;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(16, 0, 54, 0.2);
    */
    transform: translate(-40%, -40%);
    position: fixed;
    /*transition: 0.1s ease-out;*/
    pointer-events: none;
    opacity: 0.8;
}

#cursor img {
	width: 50px;
	height: 50px;
}

.centercolumn {
	height: 100vh;
	display: flex;
	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}

.bodyelement {
	background-color: black;
	padding: 40px;
}

.header-links {
	display: flex;
	justify-content: space-between;
}

.nav-bar {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 15px;
	color: green;
	font-size: 30px;
	background-color: black;
}

.account-bar {
	display: flex;
}

div.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

div.gallery-item {
	margin: 5px;
	border: 1px solid #ccc;
}

div.gallery-item:hover {
	border: 1px solid #777;
}

div.gallery-item img {
	width: 100;
	height: auto;
}

div.gallery-item div.desc {
	padding: 15px;
	text-align: center;
}

.pfp {
	width: 50px;
	height: 50px;
	background-color: white;
}
