body{
    background: wheat;
    font-family: sans-serif;
    direction: rtl;
}
h1{
    font-size: 5em;
    color: blue;
}
a{
    font-size: 1.5em;
    text-decoration: none;
    
}
.logo{
    position: absolute;
    top: 50px;
    left: 81px;
}
h2{
    font-size: 3em;
    color: black;
}