form {
    margin-top: 80px;
    margin-right: 1%;

    text-align: center;

}

input[type=text],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=password],
select {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #778899;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #C0C0C0;
}



body {
    direction: rtl;


}

label {
    font-size: large;
}

h1 {
    text-align: center;
    
}
h6 {
    text-align: center;

}

h2 {
    text-align: right;
color: #000000;
}

a:link,
a:visited {
    background-color: rgb(233, 233, 233);
    color: black;

    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    ;
}

a:hover,
a:active {
    background-color: #778899;
    color: white;
}

table {
    border-collapse: collapse;
    width: 100%;
    direction: rtl;

}

th,
td {
    text-align: right;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

th {
    background-color: #000000;
    color: white;
}

section {
    background-color: rgb(235, 235, 235);
    margin-right: 450px;
    margin-left: 450px;
    padding-bottom: 100px;
    font-size: x-large;
    text-align: center;
}