
body
{
    font-family: "Lora", serif;
    
}

a
{
    text-decoration: none;
}

header
{
    
    justify-content: center;
}

main
{
    background-color: rgb(27, 56, 111);
    
}

h1
{
    display: flex;
    justify-content: center;
}

img
{
    display: flex;
    justify-content: left;
}


header ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
}

article img {
    max-width: 200px; 
    margin-left: 15px;
}





