
body {
	margin-top: 80px;
	color: white;
	font-family: Georgia;
	text-align: center;
	background-image: url('website_files/background.png');
	background-size: cover;

}

.flex-container {
	display: flex;
	text-align: center;
	justify-content: center;
    align-items: center;
}

table {
	padding-left: 20px;
}

th,td {
	
	border: 4px solid #000; /* 2px solid black border */
    border-radius: 10px; /* 10px rounded corners */
    padding: 10px;
	
}


/*used for profile picture*/
#avatar {
	height:200px;
	width:200px;
	text-align: center;
}

#linktable {
	padding-left : 20px;
	text-align: center;
	
	border: 2px solid #000; /* 2px solid black border */
    border-radius: 100px; /* 10px rounded corners */
    padding: 10px;
}

/*main heading*/
header h1 {
	font-size: 1.6em;
}

#bottomleft {
	position: fixed;
	bottom: 8px;
	left: 16px;
	
	height:20px;
	width:20px;
}

header h2 {
	font-size: 1.0em;
	text-align: center;
}

/*slide stuff to the right of the screen :)*/
slideright {
	text-align: right;
}