.hint-item {
    box-shadow: 0 5px 16px rgb(0 0 0 / 10%);
    padding: 20px;
    padding-bottom: 45px;
    font-size: larger;
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #007bff;
}