body {
    background-color: #fce7e4;
}
h1 {
    font-family: "Luckiest Guy", cursive;
    width: 100%;
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
    color: #6395EE;
}
h3 {
    font-family: "Caveat Brush", cursive;
    width: 100%;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #59B5F7;
    text-align: center;
}
#pixiContainer {
    border: 4px solid #523d14;
    width: 1100px;
    height: 660px;
    overflow: hidden;
    margin: 0 auto;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1100px; 
    margin: 10px auto;
    gap: 30px;
}
.images {
    font-family: "Caveat Brush", cursive;
    flex: 1;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    margin-left: 75px;
    line-height: 1.6;
}
.footer-description {
    flex: 1;
    font-family: "Caveat Brush", cursive;
    font-size: 20px;
    text-align: justify;
    margin-right: 75px;
    line-height: 1.6;
    color: #333;
}
.footer-links a {
    color: #6395EE;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}