body{ 
  background-color: #e2cce8;
  padding: 15px;
}
header{
  background-image: url(home.jpg);
  height: 200px;
  color: aliceblue;
  font-family: cursive;
 font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  border-style:solid;
  border-radius: 25px;
}
h1{
  opacity: 2;
}
header a{
  text-decoration: none;
  border-style: solid;
  margin:10px ;
  color:white;
  font-family: lucida;
  height: 30px;
  font-size:21px;
  padding: 10px;
  background-color:#6a33fa3b;
    
  border-radius: 15px;
}
header a:hover{
  background-color:#652cfac4;
    

    
}
img{
  border-style:groove;
  border-radius: 10px;
  width: 400px;
}

  p{
    font-family:"cambria math";
    font-size: 25px;
    border-style: hidden;
    background-color: #9c8bc887;
    border-radius: 20px;
    padding: 15px;
  }
h2{
  font-family:"cambria math";
  font-size: 35px;
  border-style: hidden;
  background-color: #9c8bc887;
  border-radius: 20px;
  padding: 15px;
}

h3{
  font-family:"cambria math";
  font-size: 25px;
  border-style: hidden;
  background-color: #9c8bc887;
  border-radius: 20px;
  padding: 15px; 
}

 a{
  text-decoration: none;
  border-style: solid;
  margin:10px ;
   color: #7e57d4;
  font-family: lucida;
  height: 30px;
  font-size:21px;
  padding: 10px;
  background-color:#6a33fa3b;
  
  border-radius: 15px;
}
 a:hover{
   background-color:#cae8ae;
   color: #000000;
 }
  
.active{
  background-color:#ffffffdb;
  color: #3500ff; 
}
.line{
  background-color: #abc937;  
}

ul{
  background-color: #abc937;
  border-radius: 20px;
  padding: 15px;
  font-family:"cambria math";
  font-size: 35px;
  border-style: hidden; 
  
}
li{
  font-family:"cambria math";
  font-size: 35px;
  border-style: hidden;
  background-color: #f480af;
  border-radius: 20px;
  margin: 15px;
    padding:10px
}
.h{
border-bottom-style: double
}
