body {
    font-family: NotoSansHebrew-VariableFont_wdth,wght.ttf; /* Replace with your preferred font */
    background-color: #FFAF63; /* This is a light blue color, replace with your preferred background color */
}

header {
    text-align: right;
}

main {
    margin: 20 auto;
    width: 100%;
    text-align: center;
}
