
body {
margin: 150px;
padding: 0;
background:#ffffff;
}

h1{
text-align:center;
font-size:50px;
color: #000000;
margin-bottom: 50px;
}

p{
color: #000000;
text-align: center;
margin-bottom:30px;
margin-top:50px;
}

a
{
text-decoration: none;
margin-top:1px;
}

a:hover
{
text-decoration: underline;
}

#return
{
position: absolute;
bottom:20px;
right:20px;
}




