/* Image in lower right corner */
.corner-image {
position: absolute;
bottom: 0px;
right: 0px;
width: 500px;        /* Default desktop size */
height: auto;        /* Keep aspect ratio */
object-fit: contain;
z-index: 1000;       /* Keep it on top */
}

/* Make image responsive on mobile devices */
@media (max-width: 600px) {
.corner-image {
width: 325px;       /* Smaller on mobile */
bottom: 0px;
right: 0px;
}
}

.bilbo-swash-caps-regular {
font-family: "Bilbo Swash Caps", cursive;
font-weight: 400;
font-style: normal;
}
.clear {
clear:both;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.marginbottom {
margin:0 0 10px;
}
.marginleft {
margin:0 0 0 20px;
}
.marginright {
margin:0 10px 0 0;
}
.margintop {
margin:10px 0 0;
}

p {
      color: black;
    }
