body {
    font-family: Comic Sans MS, sans-serif;
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    margin: 0;
    padding: 0;
    text-align: center;
    color: #c71585;
}

.wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    margin: 3em auto;
    padding: 2em;
    border-radius: 25px;
    width: 90%;
    max-width: 850px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5em;
}

h1 {
    color: #c71585;
    font-size: 2.4em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.2em;
    color: #c71585;
    margin: 0.5em 0;
}

p.subtext {
    font-size: 1em;
    color: lime !important;
    font-style: italic;
    margin-top: 1em;
    background: black;
    border: 2px dashed red;
}
