body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Make sure the container takes up the full height of the viewport */
}

.center-container {
    text-align: center;
}

.centered-phrase {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333; /* Change the color to your preference */
}