body {
    background-image: url("firstbirthdaycake_motherwellmag.webp");
    background-repeat: repeat; /* Ensures the image is tiled */
    background-size: 100px 100px; /* Makes the image smaller for more tiling */
    background-position: top left; /* Starts tiling from the top-left corner */
    background-attachment: fixed; /* Keeps the background fixed while scrolling */
}

.github {
    z-index: 10000;
    bottom: 10px;
    right: 10px;
    position: fixed;
    border-radius: 10px;
    background: #fff;
    padding: 0 12px 6px 12px;
    border: 1px solid #000;
}

.github a:hover,
.github a:link,
.github a:visited,
.github a:active {
    color: #000;
    text-decoration: none;
}

.github img {
    height: 30px;
}

.github #gh-project {
    font-size: 20px;
    padding-left: 5px;
    font-weight: bold;
    vertical-align: bottom;
}

img {
    max-width: 60vh;
}

/* ---- reset ---- */