img {
    width: 35px;
    border-radius: 50px;
}

table {
    border-collapse: collapse;
    width: 90%;
}

table th {
    background-color: slategrey;
    color: white;
}

table td, th {
    border: black solid 1px;
    padding: 5px;
}

#add_form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    width: 200px;
    height: 250px;
    border: black solid 1px;
    padding: 10px;
    background-color: white;
}

.naita {
    color: red;
}

.peida {
    color: green;
}