h1
{
    color:white;
    background-color: orange;
    border:25px solid orange;
    border-radius:25px;
}
p
{
    padding-left:15px;
    color:white;
}
h2
{
    color:white;
}
a
{
    text-decoration: none;
    color:white;
    font-size:20px
}
a:hover
{
    padding-left:15px;
    color:gray;
}
