body {
    background-color: #858d7c;
    font-family: Ubuntu, sans-serif;
    color: #ffffff;
    padding: 10% 16%;
    text-align: justify;
    h2 {color: #DEF2DE; text-shadow: 0 0 24px #E4C863}
    line-height: 1.6;
}

.arabic {font-family: Tajawal, sans-serif} /*Noto Kufi Arabic*/

.greek {font-family: Comfortaa, sans-serif}

.hebrew {font-family: Rubik, sans-serif}

.box {
    background-color: #ffffff;
    border-radius: 1vh;
    padding: 1px 1px;
    text-align: left;
    color: #817e71;
    box-shadow: 0 0 20px #DEF2DE;
}

a {color: #817e71}

a:hover, a:active {color: #DEF2DE}

@media (min-width: 960px) {
    body {padding: 4% 34%}
    }