/* 
کد رنگ های اصلی
F2EDD1 کمرنگ ترین
F9CB99 کرمی
689B8A آبی کمرنگ
280A3E سرمه ای
*/


body {
    background-color: #F2EDD1;
    text-align: center;
}

h1 {
    text-shadow: 2px 2px 2px #280A3E,
        4px 4px 4px #F9CB99;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

p {
    text-align: right;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    margin: 0 10% 0 10%;
}

img {
    width: 300px;
    height: 200px;
    border-radius: 20px;
    border: solid 2px #F9CB99;
    box-shadow: 2px 2px 2px #280A3E,
        4px 4px 4px #689B8A;
    margin: 3% 0 3% 0;

}

a {
    font-size: 22px;
}

/* کلاس ها */

.a-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.a-left {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.a-center {
    position: absolute;
    bottom: 20px;
}