.bowlby-one-regular {
    font-family: "Bowlby One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.badeen-display-regular {
    font-family: "Badeen Display", system-ui;
    font-weight: 400;
    font-style: normal;
}

.moirai-one-regular {
    font-family: "Moirai One", system-ui;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: Arial, sans-serif;
    /*margin: 40px;*/
    background-image: url(/content/img/static/bg_image_rosa.jpg);
    background-size: 150%;
}

#wrapper {
    max-width: 850px;
    margin: 0 auto;
}

navigation {
    width: 700px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 20px;
}

navigation .pagerLink {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

main {
    width: 100%;
}

section {
    margin-bottom: 40px;
}

h1 {
    text-align: center;
    margin-bottom: 12px;
}

#rndFlyer {
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

#image {
    width: fit-content;
    margin: 0 auto;
    /*
    margin: 0 auto;
    margin-left: 20px;
    */
}

img {
    height: 65%;
    max-width: 800px;
    max-height: 80%;
    max-height: 88vh;
}

.listItem img {
    width: 300px !important;
    height: auto !important;
}

#edit {
    width: 40%;
}

article p {
    width: 800px;
    margin: 0 auto;
}

#imageDebugBar {
    position: absolute;
    visibility: hidden;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #333;
}
