
/* font Futura Standard Book is a sans-serif*/

.sticky
{
    position:  sticky;
    top: 0;
    padding: 5px;
    background-color: white;
    border: 2px solid black;
}

div
{
    display:block;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

*.hidden
{
   display: none;
}

p
{
   font-family: "Century Gothic", sans-serif;
}

h1
{
   font-family: "Century Gothic", sans-serif;
}

h2
{
   font-family: "Century Gothic", sans-serif;
}

h3
{
   font-family: "Century Gothic", sans-serif;
}