header {
    background-color: #ca8f4b;
    /* height: 75px; */
    top: 0;
    left: 50;
    width: 100%;
    height: 65px;
    text-align: center;
    }
  
body {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.7)), url('../images/Mango2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}    
main{
    display: flex;
    align-items: center;
    justify-content: center;
    }
form{
    width: 200px;
    color: rgb(66, 17, 82);
    background-color:rgba(226, 156, 25, 0.5);
    padding: 30px;
    margin: 30px;
    border: 1px solid #72582C;
    border-radius: 5px;
    backdrop-filter: blur(5px);
}
table {
    margin-top: 75px;
    width: 80%;
    margin: 75px auto;
}
.question {
    color: rgb(255, 115, 0);
}
.question, .answer {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
}

.answer {
    color: rgb(20, 56, 216);
}

.Print_button {
    height: 38px;
    background: #1de82e;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}
@media print {

    body {
      font-size: 10px;
      color: black;
      background-color: white;
      }
        
  }
  @page {
    size:auto;
    margin:0;
}


ul.top-nav {
    display: flex;
    justify-content: space-evenly;
}

nav ul {
       display: flex;
         justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
   
nav li {
    list-style: none;
    line-height: 65px;
    font-size: 25px;
    font-family: verdana;
    color: white;
    margin: 0;
    }

    nav li a {
        text-decoration: none;
        color: white;
    }