img{
    width: 120px;
    height: auto;
    border-radius: 8px;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
    direction: rtl;
    background: linear-gradient(135deg,#01081b 0% , #00050e 100%);
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url("rawad jaja.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    
}
.main-header{
    display:flex;

}
a{
    text-decoration: none;
    color: #69349e;
}   
a{
    color: #000f;
}
p{
    color: #f9f9fa;
    font-size: 30px;
}
a{
    color: #ffd700;
    font-size: 30px;
    text-decoration: underline;
}
