body {
font-family: times new roman;
letter-spacing: 0px;
font-size: 10px;
text-align: justify;
color: #000000;
cursor: default;
background-color: #000000;
}

.title {
padding:2px; 
font-family: Aref Ruqaa;
letter-spacing: 2px;
font-size: 40px;
text-align: left;
color: #454378;
text-transform:lowercase;
cursor: default;
}

.content {
padding:10px; 
font-family: Playfair Display;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

letter-spacing: 2px;
font-size: 16px;
line-height: 45px;
text-align: justify;
color: #E8E5E9;
cursor: default;
}


.content a:link, .content a:visited, .content a:active {
font-family: Playfair Display;
letter-spacing: 2px;
font-size: 16px;
text-align: justify;
color: #7B72C2;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: dotted;
       border-color: #D0D0D0;
text-decoration: none;
}

.content a:hover {
font-family: Playfair Display;
letter-spacing: 2px;
font-size: 16px;
text-align: justify;
color: #5F5893;
cursor: help;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #D0D0D0;
text-decoration: none;
}


i {
color: #44466E;
font-family: Playfair Display;
  font-optical-sizing: auto;
  font-weight: 500;

}

b {
color: #50517E; 
}

u {
color: #50517E; 
}


input, textarea, option, select {
padding: 7px;
font-family: Playfair Display;
letter-spacing: 2px;
font-size: 16px;
text-align: justify;
color:#454378;
text-transform:uppercase;
cursor: default;
background-color: #000000;
       text-align: left;
       border-top-width: 1px;
       border-right-width:1px;
       border-left-width: 1px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color:  #5F5893;
}

input:focus, textarea:focus, submit:focus, reset:focus, select:focus, option:focus {
outline: none;
}

*:focus {
outline: none;
outline-width: 0; }