body {
    font-family: serif;
    background-image: url("./img/leaves.png");
    margin: 1em;
    padding: 1em;
}

nav {
    background-image: url("./img/moroccan-flower-dark.png");
    padding: 1em;
    height: 3em;
    display: flex;
    gap: 1em;
    align-items: center;
}

.border {
    border: 8px ridge lightgreen;
}

nav > span:first-child {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    color: yellow;
    font-size: 2em;
}

img {
    image-rendering: pixelated;
}

nav > img {
    height: 100%;
}

main {
    font-size: 1.5em;
}

main > h1 {
    color: blue;
    font-size: 2em;
    margin-block-end: 1.5em;
}

.absolute {
    position: absolute;
}
