@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100;200;400;500;600&display=swap');


body {
    background-color: #1f7757;
    direction: rtl;
    font-family: 'Noto Sans Arabic', sans-serif;
}

.full-page {
    width: 100vw;
    height: 96vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a {
    display: block;
    text-decoration: none;
    color: #196a46;
    background-color: #fff;
    width: 270px;
    margin: 15px 0 0 0;
    padding: 15px;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
    transition: all ease 0.6s;
}

a:hover {
    background-color: #dedede;
}

.full-page img {
    max-width: 300px;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
}