body{
    margin: 0;
    display: flex;
    
    justify-content: center;
    align-items: center;
    height: 100vh;
}
#test{
    align-items: center;
    height: 300px;
    width: 300px;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgb(37, 36, 36);
    padding: 20px;
    
 
}
#test_status{
    
    text-align: center;
    top: 3px;
    
}

.ana{
    
    padding: 10px;
}