body {
	background-color: #0b072d;
	color: #f6b534;
	font-family: "Press Start 2P", system-ui;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	border-radius: 8px;
	min-height: 60px;
}

main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-top: 50px;
} 

ul {
	padding: 0px;
}

h1, h3, p {
	text-align: center;
}

a {
	color: #f6b534;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}

.social-icons {
	list-style: none;
	text-align: center;
}

.social-icons li {
	display: inline;
	margin: 5px;
}

.link-tree li {
	border-width: 2px;
	border-radius: 18px;
	border-style: solid;
	list-style-type: none;
	margin-bottom: 16px;
	position: relative;
	transition: all 0.3s
}

.link-tree li:hover {
	transform: scale(1.05);
}

.link-tree li>a {
	display: flex;
	padding: 16px;
	align-items: center;
	justify-content: center;
}

.profile-pic {
	display: block;
	border-radius: 50%;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.icon {
	position: absolute;
	left: 10px;
	width: 42px;
}

.banner {
    height: 200px;
    line-height: 100px;
    text-align: center;
}

.banner img {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.banner h1 {
    text-align: left;
    display:inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: 50px;
}

