/* body {
    font-family: 'Arial', sans-serif;
    direction: rtl;
    background-color: #f0f0f0;
}

.card {
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    margin-bottom: 20px;
}

#result {
    text-align: right;
}

.result-section {
    margin-bottom: 20px;
}

.result-section h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.result-section p {
    margin: 0;
    padding: 5px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
} */

body {
    font-family: 'Arial', sans-serif;
    direction: rtl;
    background-color: #f0f0f0;
}

.card {
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    margin-bottom: 20px;
}

#result {
    text-align: right;
}

.result-section {
    margin-bottom: 20px;
}

.result-section h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.result-section .subset {
    display: inline;
    margin: 0;
    padding: 5px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#footer {
	position:fixed;
	bottom: 0px;
	left: 0px;  
	width: 100%;
	text-align: center;
	color: #4040ff;
	padding-bottom: 5px;
	padding-top: 5px;
	background: rgba(0,0,0,0.2);
	font-family: tahoma;
	font-size: small;
	transition: 1s;
}

#footer:hover {
	color: black;
	background: #4040ff;
}