body{
    background: transparent url('../img/bg.jpg');
}

h2
{
    font-family: times new roman;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

h4
{
    font-family: times new roman;
    font-size: 24px;
    text-align: center;
}



p
{
    font-family: times new roman;
    font-size: 18px;
}

ul
{
    font-size: 16px;
    line-height: 140%;
     
}

footer
{
    text-align: center;
    margin-top: 50px;
}

a
{
    text-decoration: none;
    color: black;
}

a:visited
{
    color: darkblue;
}