﻿@charset="utf-8";
body {
 margin: 0;
 border-top:black 10px solid;
 border-bottom:green 10px
solid;
background-color: #e6e6e6;
 position: center;
 width: 100%;
 height: 100%;
} 

#theme {
 background-color: green;
 background-image:

 background-attachment: fixed;
 background-position: center;
 text-align: center;
 padding: 0px;
 border-top:#00c4ab 5px solid;
 width: 100%;
}
h2 { color:black;
 background-color: red;
 text-align: center;
}
h1 { color: black;
 text-align: center;
 font-family: century;
 margin: 0px;
 } 

h3 { color: black;
 background-color: red;
 text-align: center;
 margin: 0px;
 } 

p {
text-align: center;
}


img {
    
    padding-top: 28px;
    margin-left: 100px;
}

#footer {
 font-size: 15px;
 border-bottom:#00c4ab 5px 
solid; clear: left; text-align: center;
 margin-bottom: 0px;
 width: 100%;
 } 