body {
    background-image: url("https://images.rawpixel.com/image_1000/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvam9iNTQ1LXdpdC0yMl8xLmpwZw.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-color: 	#C19A6B;

}

h1{
    text-align: center;
}

.logo {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: auto;
     border-radius: 50px;
}

/* nav {
    height: 55px;
    width: 100%;
    margin: auto;
    padding: 25px;
    background-color: ;
    text-align: center;
    font-size: 35px;
    font-style: monospace;
    font-color: black;
} */ 

ul {
  margin: auto;
  padding: 0px;
  background-color: #333;
  border-radius: 10px;
  text-align: center;
  color:  #FFF5E9;
  width: 360px;
  font-size: 20px;
  
} 

li {
  display: inline-block; 
}

li a {
  display: block;
  color: #FFF5E9;
  padding: 14px 14px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}
.active {
    background-color: #666;
}
h1, table, li {
    font-family: monospace;
    
}
table, h1{
    color: #FFF5E9;
    font-weight: bold;

}
table {
    font-size: 20px;
    border-collapse: separate;
    border-spacing: 20px;
}

th {
    font-size: 30px;
}
section {
    width: 850px;
    margin: 15% auto;
    padding: 2%;
    background-color: rgba(222,222,222,0.80);
    margin-top: 20px;
    border-radius: 35px;
}
iframe {
    border-radius:20px; 
    width="600"; 
    height="450";
    
}

.menuImg{
    margin-left: 20px;
    border-radius: 17px;
    width: 200px;
    display: block;