body {
    margin: 0;
    padding: 0;
    background-image: url('boogerwall.png');
    background-repeat: repeat;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 800px;
    margin: 69px auto;
    background: rgba(241, 248, 233, 0.9);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    border: 5px solid #7cb342;
}

h1 {
    color: #33691e;
    text-align: center;
}

p {
    font-size: 18px;
    line-height: 1.6;
}

.booger-box {
    font-family: "Rubik Wet Paint", sans-serif;
    background-color: #e6b23c;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    transition: color 0.5s ease;
    font-size: 48px;
}

.booger-box.fade-out {
    color: transparent;
}

.booger-box.fade-in {
    color: black;
}

.booger-heading {
    text-align: center;
    font-size: 24px;
    color: #33691e;
    margin-bottom: 10px;
}

.love-box {
    text-align: center;
    margin-top: 20px;
}

.love-box p {
    font-size: 18px;
    margin-bottom: 10px;
}

.love-box img {
    max-width: 150px;
}
