@font-face
body {
    background-color: white;
    }


{
    font-family: Header;
   src: url(fonts/Arvo-Regular.ttf);
}


@font-face
{
    font-family: Body;
    src: url(fonts/OpenSans.ttf);
}


h1 {
    color: #072e47;
    font-weight: 800;
    font-family: "Header", "Georgia", "Times New Roman", serif; 
    }

    
*
{
    font-family: "Body";
}


img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 16px;
}


table
{
    border: 6px outset #072e47;
}

