body {

    color: #141414;
    background-image: radial-gradient(circle at 50% 35%, #D6ACFF, #9F3FFF);
    background-attachment: fixed;

    font-family: "Jura", sans-serif;

}

a:link {

    color:#141414;
    text-decoration: none;

}

a:visited {

    color:#141414;
    text-decoration: none;

}

a:hover {

    color: #141414;
    text-decoration: underline;

}

#header a {

    font-size: 16pt;
    font-weight: 400;

}

#header a.active {

    font-weight: 600 !important;

}

#header table {
    
    border-collapse: collapse;

    margin-top: 20px;

    position: absolute;
    right: 40px;

}

#header tr {

    line-height: 13pt;

}

#header th {

    padding-left: 4px;
    padding-right: 4px;

}

#header th:first-child {

    border-right: 2px solid #141414;

}

#header th + th{

    border-left: 2px solid #141414;

}

#center {

    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#logo {

    height: 250px;

    filter: drop-shadow(0px 1px 2px rgb(0 0 0 / 0.4));
}

#menu {

    font-weight: 600;
    font-size: 20pt;

}

#menu ul {

    list-style-type: none;
    text-align: center;
    padding: 0;

}

#footer {

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);

    align-items: center;

    font-size: 16pt;
    font-weight: 600;

    padding: 20px;

}

.mail {

    unicode-bidi: bidi-override;
    direction: rtl;

}

.mail b {

    display: none;

}