.centered-text {
    top: 50%; /* Adjust this for vertical positioning */
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    font-size: 20px; /* Adjust as needed */
}

.container {
    padding-bottom: 50px; /* Adjust the value as needed */
}