@charset "utf-8";
body 

h1
{
   font-family: Arial, Helvetica;
   font-style: normal;
   font-size :14px;
   color: black;
}
h2
{
   font-family: Arial, Helvetica;
   font-style: normal;
   font-size :26px;
   color:#00008B;
} 

.Degrade{
background-image:-moz-linear-gradient(305deg, #FBFFCF, #E2C59E  );
background-image:-webkit-linear-gradient(305deg, #FBFFCF, #E2C59E );
background-image:-o-linear-gradient(305deg, #FBFFCF, #E2C59E );
background-image:linear-gradient(305deg, #FBFFCF, #E2C59E );
} 
  
.center-div
{
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1100px;
  height: 100%;
}
.center-div2
{
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 700px;
  height: 750px;
}
.center-div3
{
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 35px;
}