body
{
    font-family: "Lora", serif;
    margin: 0px;
    border: 0px;
}


header
{
    
    justify-content: center;
}

h1
{
    display: flex;
    justify-content: center;
}

a
{
    text-decoration: none;
}


header ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

main div
{
    display: flex;
    justify-content: center;
}

main
{
    background-color: rgb(27, 56, 111);
}

footer
{
    text-align: center;
    padding: 20px;
}
