.container {
    direction: rtl; 
    text-align: right; 
    font-family: 'Noto Sans Hebrew', sans-serif;
    margin:5rem auto;
    max-width: 800px;
}

h1 {
    font-size: 32px;
    font-weight: bold;
}

h2 {
    padding-top: 1em; 
    border-top: solid #000 2pt;
    border-bottom: none;
    font-size: 24px;
    font-weight: bold;
}

h3 {
    padding-top: 0.5em; 
    border-top: solid #888 1pt;
    border-bottom: none;
    font-size: 18px;
    font-weight: bold;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
}

a {
    color: darkcyan;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    direction: ltr;
    text-align: left;
    font-family: 'Courier New', monospace;
    background:#f4f5f6;
    border-left:0.3rem solid #555;
    overflow-y:hidden
}

code {
    direction: ltr;
    text-align: left;
    font-family: 'Courier New', monospace;
    background:#f4f5f6;
    border-radius:.4rem;
    font-size:86%;
    margin:0 .2rem;
    padding:.2rem .5rem;
    white-space:nowrap
}

pre>code{
    border-radius:0;
    display:block;
    padding:1rem 1.5rem;
    white-space:pre
}

blockquote {
    border-left: none;
    border-right: 2px solid #ccc;;
    padding-right: 10px;
    margin-right: 0;
    color: gray;
}

.card-container {
    display: flex;
}

.card-image {
    flex: 1;
    padding: 10px;
    max-width: 100%;
}

.card-content {
    flex: 3;
    padding: 10px;
}

.card-title {
    font-size: 1.5em;
    text-decoration: none;
}

.card-description {
    font-weight: bold;
}

.card-list {
    list-style: none;
    padding: 0;
}

.card-list-item {
    margin-bottom: 10px;
}

.back {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 45px;
    height: fit-content;
    background-color: #70CEEC;
}

.icon {
    max-width: 100%;
    max-height: 100%;
}