@import "https://fonts.googleapis.com/css2?family=Amiri&family=Aref+Ruqaa&family=Markazi+Text&family=Scheherazade&display=swap";
body{
    
    /* direction: rtl; */
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-size: cover; 
    background-attachment: fixed;
    background-position: center;
    font-family: 'Cairo', sans-serif;
}

ul
{
    font-size: 28px;
    color: blanchedalmond;
    background-color: rgba(0, 0, 0, 0.473);
}

p{
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
}
h1,h3,.header3
{
    /* display: block; */
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 0px;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 18px;
    border: black;
    /* border-left-width: 30%; */
    text-align: center;
    
    font-size: 38px;
    background-size: 24px 10px;
    
    
}

h2
{
    color: white;
}
  /* unvisited link */ 
  a:link { 
    font-size: 24px;
    font-weight: bold;
}
/* visited link */ 
a:visited { 
    font-size: 24px;
}


/* selected link */ 
a:active { color: black;
    /* font-size: 18px; */
}
div.scrollmenu {
    margin: 40px;
    direction: rtl;
    white-space: nowrap;
  }
  
  div.scrollmenu a {
    display: block;
    margin-top: 10px;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 18px;
    border: black;
    border-left-width: 30%;
    text-align: center;
    padding: 14px;
    text-decoration:dashed;
    text-decoration-color: white;
  }
  
  div.scrollmenu a:hover {
    background-color: rgb(68, 68, 68);
    
  }
  
  div.scrollmenu1 {
    margin-left: 140px;
    direction: ltr;
    overflow: auto;
  }
  
  div.scrollmenu1 a {
    display: inline-block;
    color: white;
    background-color: gray;
    border-radius: 18px;
    border: black;
    border-left-width: 30%;
    text-align: center;
    margin-right: 7px;
    text-decoration:dashed;
    text-decoration-color: white;
    padding: 13px;
  }
  
  div.scrollmenu1 a:hover {
    background-color: rgb(68, 68, 68);
    
  }

  .btn {
    margin-left: 46%;
    margin-bottom: 20%;
    background-color: gray; /* Blue background */
    border-radius: 10px; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
  }
  
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: rgb(68, 68, 68);
  }

  footer {
    
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
}