/* body */
body {
   margin: 0;
   padding: 0;
   display: block;
   background-image:linear-gradient(to bottom, #c5d2df, white);

}

/* This is for nav bar */
nav {
   background-color: white;
   display: flex;
   height: 2.5rem;
   padding: 1em;
   justify-content: space-between;
   margin-top: 1.5em;
   padding: 1em;
   align-items: center;
   
 }
 
 /* This is for nav-bar buttons only */
 nav {
   background-color: white;
   display: flex;
   height: 2.5rem;
   padding: 1em;
   justify-content: space-between;
   margin-top: 1.5em;
   padding: 1em;
   align-items: center;
   
 }
 
 /* This is for nav-bar buttons only */
 .nav-btn {
   text-decoration: none;
   color: black;
   padding: 0.5em;
   
 
   
 }
 
 
 /* Navbar Logo */
 
 #vip {
   width: 3em;
   height: 3em;
   margin-left: 3.5em;
 }
 
 
 /* This is for left side buttons */
 
 .left {
   margin-left: 2em;
 
 }
 .left a {
   font-weight: bold;
   padding-right:1.3em ;
   padding-left: 1.3em;
 }
 .left a:hover{
   border: 1px solid black;
   border-radius: 1em;
   background-color: #333;
   color: white;
 }
 
 /* This is for right side buttons */
 .right {
   margin-left: 33em;
   margin-right: 8rem;
 }
 .right a {
   border: 1px solid black;
   border-top-right-radius: 1em;
   border-bottom-left-radius: 1em;
   background-color: #333;
   color: white;
   margin-right: 1.5em;
 }
 .right a:hover{
   background-color: rgb(255, 255, 255);
   color: rgb(0, 0, 0);
   font-weight: bold;
 }
/* heading of the page */

.heading {
   text-align: center;
   color:  black;
   cursor: pointer;
   
}
.upper {
   font-size: 4em;
   text-shadow:4px 3px 1px rgb(187, 232, 255);
 }
 .lower {
   font-size: 2.5em;
   text-shadow: 3.5px 2.5px 1px rgb(187, 232, 255);
 }
 .upper:hover {
   font-size: 4.05em;
   text-shadow: 20px 10px 2px rgb(160, 189, 204);
 }
 .lower:hover {
   font-size: 2.55em;
   text-shadow: 8px 11px 2px rgb(160, 189, 204);
 }



 /* main section */

 #outer{
    margin: 5em;
    height: auto;
    width: auto;
    border-radius: 1em;
    background-color:#5d7892;
    padding: 2em; 
}

.faq{
    padding: 2em;
    margin: 1em;
    border-radius: 1em;
    height: auto;
    width: auto;
    background-image: linear-gradient(to bottom, rgb(160, 189, 204), white);
}
body{
   background-image:linear-gradient(to bottom, #c5d2df, white);
}

/* Footer */

.footer {
   background-color: #333;
   color: #fff;
   padding: 20px;
   display: flex;
   justify-content: space-around;
 }
 
 /* Logo footer */
 .logo-nav{
   display: flex;
   height: 20em;
   width: 20em;
 }
 
 .fot-sec{
   margin-top: 5em;
 }
 
 .foot-h2{
   margin-top: 4em;
   margin-left: -2em;
 }
 
 /* This is for links */
 
 .astyle{
   color: aliceblue;
   text-decoration: none;
   padding-top: 1.15em;
 }
 
 /* This is for icons */
 
 .fa-solid{
   color: aliceblue;
   padding-top: 1.15em;
   padding-right: 0.5em
 }
 
 .fa-brands{
   color: aliceblue;
   padding-top: 1.15em;
   padding-right: 0.5em;
 }
 
 .fot-btn {
   text-decoration: none;
   color: black;
   padding: 0.5em;
   margin:1em;
   color: aliceblue;
 }
 
 .column1{
   margin-top: 2em;
 }

 .fot-btn:hover{
   text-decoration: underline;
   color: lightblue;
 }

.copyright {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: -7em;
}

/* footer ends here */