body {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c7aea+0,e6e6e6+100 */
background: #5c7aea; /* Old browsers */
background: -moz-linear-gradient(top,  #5c7aea 0%, #e6e6e6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5c7aea 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5c7aea 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7aea', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

}

header, nav, footer {
    font-family: "Roboto", serif;
    margin: 0 auto;
    
}

main {
    max-width: 1000px;
    font-family: "Roboto", serif;
    margin: 0 auto;
}

h1 {
    font-family: 'Lora', serif;
    font-size: 60px;
    text-shadow: 2px 2px gray;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

section {
    padding: 2rem;
    background-color: white;
    border-radius: 10px;
    margin: 10px 0;
}

header img {
    width: 200px;
    height: auto;
}

header {
    display: flex;
    justify-content: center;
}

.headings {
    text-align: center;
    align-self: center;
    
  
}

header, footer {
    background-color: #3D56B2;
    text-align: center;
    color: white;
}

nav {
    background-color: #14279B;
    display: block;
    padding: 8px 0;
}


nav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
}

nav ul li a {
    color: white;
	text-align: center;
	padding: 0.75rem;
	text-decoration: none;
	font-size: 1.2rem;
    display: block;
}



nav a:hover {
    background-color: #E6E6E6;
    color: #14279B;
}

table {
    width: 90%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

table, th, td {
    border: 1px solid black;
}

td {
    text-align: center;
}

.color_palette_img {
    display: block;
    height: 300px;
    width: auto;
    border: 5px solid #14279B;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: auto;
    margin-right: auto;
}

.header_sample {
    background-color: #3D56B2;
    color: white;
}

.nav_sample{
    background-color: #14279B;
    color: white;
}

.footer_nav {
    background-color: #3D56B2;
    color: white;
}

footer a {
    color: white;
}