<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: rebeccapurple;
}
main {
	margin: 0 auto;
	background-color: antiquewhite;
	width: 1366px;
	font-size: large;
	overflow: auto;
}
header {
	width: 1366px;
    height: auto;
}

#about {
	width: 1336px;
	height: 200px;
	background-color: #696969;
    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: #FF9B9D;
	float: left;
}
#projects {
    width: 1366px;
    float: left;
    
}
#picture {
    width: 100%;
    height: auto; 
    background-color: aquamarine;

}
nav {
    text-align: center;
    color: aqua;
    font-size: 18px;
    width: 100%;
    height: auto;
}
a:visited{
    color: orange;
    
}
a:link {
    color: limegreen;
}

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