body {
	background-color: lightblue;
}
.hero-text {
	text-shadow: 2px 2px #000000;
}
   .flex-column-bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* This pushes the last item to the bottom */
        height: 100%; /* Ensure the column takes full height of its parent */
    }
	.flex-column-bottom .pcw-button-bottom { /* Target the button block within the column */
        margin-top: auto; /* This pushes the button to the bottom of the flex container */
    }