@import url('https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css');

body {
    direction: rtl;
    text-align: right;
    background-color: #f8f9fa;
	 font-family: 'Open Sans Hebrew Condensed', sans-serif;
}

.container {
    max-width: 900px;
    margin-top: 30px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    color: #333;
}

.table th, .table td {
    text-align: center;
}

.form-control {
    text-align: right;
}

.btn-secondary {
    float: right;
}

