body
{
    font-family: "Lora", serif;
    margin: 0px;
    border: 0px;
    height: 100vh;
}



header
{
    
    justify-content: center;
    background-color: green;
}


h1
{
    display: flex;
    justify-content: center;
}

img
{
    display: flex;
    justify-content: left;
}


header a
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;

}

ul
{
    display: flex;
    justify-content: space-evenly;
    
}

h4
{
    display: flex;
    justify-content: center;
}

section
{
    display: flex;
    justify-content: space-evenly;
}

h5
{
    display: flex;
    justify-content: center;
}

a
{
    text-decoration: none;
    
}

footer
{
    background-color: green;
    width: 100vw;
    height: 36.3vh;
    
}

h3
{
    margin: 0px;
}

