﻿body {
    background-color: Navy;
}

h1 
{
    text-align: center;
    color: White;
    font-family: Lucida Console;
}

h2
{
    text-align: center;
    color: White;
    font-family: Lucida Console;
}

p
{
    text-align: center;
    color: White;
    font-family: Lucida Console;
}

img
{
    margin: auto;
    display: block;
    width: auto;
    
}

.cont
{
    max-width: 1100px;
    padding: 5px;
    }


