p{ color:green; }

body {background-image: linear-gradient(rgba(192, 192, 192, 0.405) , white , #c4ff46af );}

h1 {color:rgb(124, 7, 17);}


*{ 	margin:0; 	padding:0; }

body{  	font-family:sans-serif; 	margin-top:0px; }
.Marri{ position:relative; font-family:Bahnschrift Light; top:0px; text-align:center; }

.nav {
  position:relative;
          list-style-type: none;
          text-align: right;
          margin-top:0px;
          padding: 0;
          font-family:Bahnschrift Light;
          font-weight: bold;
          
        }
        
.nav li {
          display: inline-block;
          font-size: 20px;
          padding: 3px;
          
        }
        
.nav a {
          float: right ;
          color: #36087b;
          text-align: center;
          padding: 8px 8px;
          text-decoration: none;
          font-size: 12px;
        }
        
.nav a:hover {
          background-color: #a6a3a3;
          color: yellow;
        }
        
.nav a.active {
          background-color: #04AA6D;
          color: white;
        }

.login2{ color:rgb(11, 0, 128); padding-top: 0%; font-size:15px; }

.ined{ font-size:14px; color: red; font-style: italic; }                                                  
                                  
     
.nav1 {
        position:relative;
        list-style-type: none;
        text-align: center;
        margin-top:0px;
        padding: 0;
        font-family:Bahnschrift Light;
        font-weight: bold;
     }
.nav1 li {
      display: inline-block;
      font-size: 20px;
      padding: 3px;
      
    }
.button1{
      background-color: whitesmoke;
      border-color:  gold;
      border-radius: 6px;
      color: rgb(46, 10, 147);
      padding: 10px 10px;
      text-decoration: none;
      margin: 6px 4px;
      cursor: pointer; 
      font-size:15px; }