
html{
    padding: 2%;
}
hr{
    border:solid 9px white;
    border-radius: 10px;
    
}
body{
    background: url("../images/copilot_image_1728070144835.jpeg") no-repeat;
    background-size: cover;
    color: white;
    margin-bottom: 20%;
    margin-bottom: 35% ;
}


.top-section ,.main-section,.table-section {
    width: 100%;
    height:auto;
    margin: 1% auto ;
   /*top, bottom =1%  left, right=auto */
    border: solid 2px gray;
    border-radius: 20px ;
    box-shadow: 5px 5px 5px gray;   
    background: rgba(255,255,255,.5);
     
}

 
.top-section h1{
    text-align: center;
    padding-right: 1%;
   
}

nav{
    text-align: right;
}


nav a{

   padding-right: 1%; 
   text-decoration: none;
   font-size:2em;
   color: tomato;
   
}

nav a:hover{
    color: gold;
    border: solid 2px red;
    border-radius: 20px;
    background-color: blue;
}



 .image-section{
        width: 100%;
        height: auto;
        margin: 1% auto;

 }

 .image-section img{
    margin-left: 1%;
    border-radius: 20px;

 }
 .topheading{
   text-align :right;
 }

 .main-section h1{
    text-align: right;
 }