.container {
    display: flex;
    align-items: center; /* Align items vertically in the center */
}

p {
    margin: 0; /* Remove default margin */
}

tool-tip {
    margin-left: 10px; /* Adjust spacing between the elements */
}