body {
    background-color: rgba(129, 131, 131, 0.927);
}
header {
    background-color:white;
    width: 90%;
    margin: 1rem auto;
    text-align: center;
    border-radius: 10px;
    box-shadow:1px 1px 8px black;
    padding: 10px;
      }

   /* ------------NAV----------------- */

a:hover {
  
  box-shadow: 15px 15px 15px #C7C7C7;
} 

header a {
    font-size:1.3rem;
    color: black;  
    /* font-size: larger; */
    text-decoration: none;
    margin: 0 7rem;
    font-weight: bold;
       
            }

 nav {
    text-align: center;
    
   }

/* ------------MAIN----------------- */

.main_section {
    background-color:white;
    width: 90%;
    margin: 1rem auto;
    text-align: center;
    border-radius: 10px;
    box-shadow:1px 1px 8px black;
    padding: 10px;
    max-height: max-content;
    
}

.p_data {
    font-style: italic;
    font-weight: lighter;
}

.main_section p {
   font-family: 'Times New Roman';
   font-style: italic;
    }


    .p_ask {
        font-size:1.3rem;
        
        text-decoration: none;
        margin: 0 7rem;
        font-weight: bold;
    }

/* ------------CHILD SECTION----------------- */

   .child_section {
    background-color:#fff;
    width: 90%;
    margin: 1rem auto;
    text-align: center;
    border-radius: 10px;
    box-shadow:1px 1px 8px rgb(8, 8, 120);
    padding: 10px;
    height: max-content;}

.p_child {
   font-family: 'Times New Roman';
   font-style: italic;
   font-weight: bolder;
}










/* ------------FOOTER---------------- */

.footer_copyright {
    color: rgba(87, 86, 86, 0.776);
    text-align: right;
    margin-right: 3rem;
}


ul {
   font-weight: bolder;
   margin-top: -70px;
   padding-top: 100px;
   font-family: 'Times New Roman';
   font-style: italic;
   list-style-position: inside;
    }

   