
.ex_for {
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;

    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;

    padding: 5px;
    height: 1000px;

    flex-direction: column;
}

.ex_menu {
    padding: 0px 15px;
    list-style: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
    
}

.ex_link {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.ex_menu li {
    float: left;
    margin-right: 30px;
}

.ex_cont {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.ex_hr {
    align-items: center;
    width: 800px;
    border: none;
    background-color: black;
    height: 2px;
    margin-bottom: 20px;
}

.ex_tab {
    margin: auto;/* Выравнивание по центру экрана */
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid white; /* Линия внизу таблицы */
    background: white; /* Цвет фона таблицы */
    border-radius: 20px;
    padding-bottom: 20px;
    border-spacing: 0px 0px;

}

.ex_tab th{
    color: black;
    text-align: left; /* Выравнивание по левому краю */
    padding-left: 30px;
    padding-top: 30px;
    font-size: 14 px;
}

.ex_tab td {
    color: black;
    text-align: left; /* Выравнивание по левому краю */
    padding-left: 30px;
    padding-top: 10px;


}

.texttd{
    vertical-align: top; /* Выравнивание по верхнему краю ячеек */
    height: 10px;
    font-size: 16px;
}
.tab_head{
    margin-top: 50px;
    width: 900px;
}

.ex_p{
    width: 800px;
}

.im_ex{
    color:red; 
    text-align:left;
    height:50px;
    width: 50px;

}
