body {
    background-color: lightblue;
}

.frame {
    border: 3px solid lightblue;
    margin: auto;
    padding: 15px 10px;
  }

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