body{
     margin-top: 0%;
    /* background-color: black; */
    clear:right;
}
aside{
    float: left;
}
header{
    width:100% ;
    height: 100px;
    background-color:#ff69b4;
    margin-top: 0%;
    position: sticky;
    top: 0%;
    z-index:1000;
}
header>h1{
    color: black;
    margin-top: 0%;
    text-align: center;
    margin-bottom: 0%;
   
}
header>p{
    margin-left: 50%;
    margin-top: 0%;
}
nav{
    background-color:rgb(3, 2, 20);
    color: white;
    /* height: 100%; */
}
nav>ul{
    display: flex;
    padding: 6px;
    gap:15%;
    margin-left:50% ;
    
}
nav>ul>li{
    list-style: none;
}
nav>ul>li>a{
    text-decoration: none;
    color: rgb(235, 232, 232);
    /* border: 1px solid black; */
    /* padding: 5px; */
    background-color: black;
    text-transform: uppercase;
}
nav>ul>li>a:hover{
    /* background-color: gray; */
    color: red;
}
section{
    width: 100%;
    height: 600px;
}
section>img{
     width: 100%;
    height: 100%;
    position: relative;
    opacity: 0.7;
    
}
section>.imgquotes{
    font:italic;
    position: absolute;
    bottom: 75%;
    margin-left: 15%;
    text-transform:capitalize;
    line-height: 50px;
    letter-spacing: 5px;
    color:rgb(12, 6, 1);font-weight: 900;
    
}
 section>.imgquotes>button{
    background-color: transparent;
    margin-left:30%;
    padding:10px;
    border:none;
    font-weight: 800;
    font-size: large;
    color: rgb(2, 2, 15);
    
    
}
article{
padding: 50px;
    height: 890px;
    background-color: azure;
    margin-top: 0%;
  
}
article>.article1{    
    background-color: azure;
    padding: 25px;
    border-radius: 5%;
    /* border: 2px solid black; */
     box-shadow: 0px 0px 10px 1px black ;
}
article>.article1>.art{
    height: 350px;
    width: 100%;
    background-color: white;
    border-radius: 25PX 50PX 50PX 25px;
     /* box-shadow: 1px 1px 10px 10px wheat ; */
}
article>.article1>.art>h1{
    color: rgb(7, 7, 7);
    margin-top: 5px;
    text-transform:uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight:25px;

}
article>.article1>.art>h2{
    margin-left: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
article>.article1>.art>blockquote{
    margin-left:30%;
    line-height: 25px;
    list-style-type:decimal;
    letter-spacing: 3PX;
}
article>.article1>img{
    width: 500px;
    height: 500px;
    margin-left: 20%;
    border-radius:50% ;
    box-shadow: 0px 0px 10px 2px black ;
    
}
.right{
    margin-left: 30%;
    position:sticky;
    top: 0%;
}
aside{
    height:100%;
    float: left;
    width: 30%;
    background-color: rgb(212, 200, 200);
    padding-bottom: 70px;
    margin-top: 1PX;
}
aside>.aside1>h1{
    text-align: center;
    text-transform: capitalize;
}
aside>.aside1>.cate1{
    width:75%;
    height: 300px;
background-color: rgb(212, 200, 200);
    margin: auto;
    padding: 15px;
    border-radius: 30px 40px;
    box-shadow: 0px 0px 10px ;
}
aside>.aside1>.cate2{
    width:75%;
    height: 300px;
    background-color: rgb(212, 200, 200);
    margin: auto;
    padding: 15px;
    margin-top: 10px;
      border-radius: 30px 40px;
          box-shadow: 0px 0px 10px ;
}
aside>.aside1>.cate3{
    width:75%;
    height: 300px;
    background-color: rgb(212, 200, 200);
    margin: auto;
    padding: 15px;
    margin-top: 10px;
      border-radius: 30px 40px;
          box-shadow: 0px 0px 10px ;
}
aside>.aside1>.cate4{
    width:75%;
    height: 300px;
    background-color: rgb(212, 200, 200);
    margin: auto;
    padding: 15px;
    margin-top: 10px;
      border-radius: 30px 40px;
          box-shadow: 0px 0px 10px ;
}
footer{
    margin-top: 0%;
    background-color: brown;
    height: 100px;
}
footer>p{
    margin: top 0%;
    margin-left:15px;
    padding: 15px;
}
footer>ul>li{
    list-style:none;
}
footer>ul>li>a{
    margin-top: 0%;
    text-decoration: none;
    
}