
body{
font-family: "Century Gothic";
}
h1{
color: #000000
}
p{
color: #ffffff
}
body{
text-align: center;
}
html { 
  background: url(Website1/images/City.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1  { 
   color:#ffffff ; 
  font: bold 24px/45px Century Gothic, Sans-Serif; 
   letter-spacing: 2px; 
   background: rgb(221, 153, 255); /* fallback color */
   padding: 10px; 
}
.animatedButton {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.1s;
}

.animatedButton:hover {
    background-color: #99ccff; 
    color: white;
}
.animatedButton {
    background-color: #dd99ff; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}