* { margin: 0; padding: 0; border: none; }

body {
   font-family: sans-serif;
   padding: 5px;
   color: #006bb3;
   background-image: linear-gradient(white, #0099ff);
   /*background-image: linear-gradient(white, #0099ff, #002e4d);*/
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}

h1 {
   font-family: helvetica, sans-serif;
   font-size: 50px;
   margin:none;
}

h2 {
   font-family: verdana, sans-serif;
   font-size: 20px;
}

h3 {
   text-align: center;
   font-size: 30px; 
   padding: 5px;
}

img {
   max-width: 750px;
   max-height: 750px;
   border-radius: 10%;
}

.animated-gif {
   max-width: 350px;
   height: auto;
}

table {
   color: #132335;
}
 
td {
   padding: 5px;
   text-align: center;
}

#profile {
	max-width: 250px;
	max-height: 250px;
	display: inline-block;
	text-align: left;
}

.cen {
   text-align: center;
}

.blurb {
   display: inline-block;
   text-align: left;
}

.info {
   text-align: left;
   display: inline-block;
   padding-left: 25px;
   top: -50px;
   position: relative;
}

.proj {
   text-align: center;
}

.more {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	font-size: 20px;
}
