img {
    width: 12em;
}

body {
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    font-family: "Arial";
    text-align: center;
    color: purple;
    align-items: center;
}

footer {
    margin-top: auto;
    text-align: center;
    width: 100%;
    height: 2.5rem;
}

.nav {
    list-style-type: none;
    text-align: center;
}

.navitem {
    display: inline;
    padding: 1em;
}

.footer {
    padding-left: 2em;
    padding-right: 2em;
    color:purple;
}

a {
    color: purple;
}

a:hover{
    color:rgb(128, 128, 15);
}

.lorafont {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}