body {
    font-family: "Faculty Glyphic", sans-serif;
    background-color: #E0A1AB;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

h1 {
    color: #5E327B;
    font-size: 1.3em;
    padding-top: 40px;
}

.logo {
    padding-top: 40px;
}

.cake-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.cake-footer img {
    max-height: 50vh;
    width: auto;
}