body{
background-image: url(ff_1020.jpg);
background-repeat: no-repeat;
background-size: cover;
background-color: #f0f0f0;
}

p {
text-align: left;
color: #be2a57;
font-family:  Lato ,Verdana ,Helvetica,sans-serif;
letter-spacing: 0.2px;
font-size: 24pt;
    
margin-top: 20px;
margin-right: 102.5px;
padding-left: 40px;
}

.button a{ 
    text-decoration: none;
    color: #2c3e50; 
    text-align: center;
}

.button  {
    border: 3px solid #2c3e50;
    display: inline-block;
    padding: 20px;
    height: 40px;
    width: 260px;
    background-color: #f0f0f0;
    color: #2c3e50;
    text-decoration: none;
    text-align: center;
    font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
    font-size: 20pt;
    margin-top: 15px;
    margin-left: 45px;
}

.button:hover {
   border-top-color: #2c3e50;
   background: #2c3e50;
   color: #ffffff;
   transition: backround 0.4s linear 0s;
   }

   
.button:hover a{
   color: #ffffff;
   transition: color 0.3s linear 0s;
}



