.testimage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    text-align: center;
}
.test1 {
    width: 100px; /* تنظیم عرض کوچک‌تر تصویر */
    height: auto; /* حفظ تناسب ابعاد */
    margin-bottom: 10px;
}
.p10 {
    font-size: 12px;
    color: #3b1edf;
}