<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color:black;
}
main {
	margin: 0 auto;
	background-color: black;
	width: 1366px;
	font-size: large;
	overflow: auto;
}
header {
	width: 1366px;
    height: auto;
}

#about {
    width: 1336px;
    height: 200px;
    background-color: #FFFFFF;
    padding-left: 16px;
    padding-right: 15px;
}
.thumbnail {
	width: 260px;
	margin-left: 11px;
	float: left;
	max-width: 500px;
	background-color: #000000;
	text-align: center;
    
}
.thumbnailname {
	width: 260px;
	margin-left: 11px;
	float: left;
	max-width: 500px;
	background-color: #A3A3A3;
	text-align: center;
}
#images {
	width: 1500px;
	margin-left: -15px;
}
.links {
	width: 48%;
	height: 100px;
    padding-left: 2%;
	background-color: black;
	float: left;
}
#projects {
    width: 1366px;
    float: left;
    
}
#picture {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
nav {
    text-align: center;
    color: white;
    font-size: 18px;
    width: 100%;
    height: auto;
}
a:visited{
    color: #FFFFFF;    
}
a:link {
    color: #FFFFFF;
}

#info {
    text-align: center;
    width: 100%;
    height: auto;
}
</pre></body></html>