.info-box-history{
    text-align: center;
    background-color:rgb(221, 221, 221);
    border-radius: 20px;
    box-shadow:5px 5px 2px #858585;
    min-height: 320px;
    height: 90%;
    margin: 50px auto;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    
    
}