
#menu1, #menu2 {
    display: none;
    background-color: #ffffff; 
    padding: 20px; 
    border-radius: 10px; 
    margin-bottom: 30px; 
}

#menu1 h1, #menu1 h2, #menu1 h3, 
#menu2 h1, #menu2 h2, #menu2 h3 {
    font-family: 'Arial', sans-serif;
    color: #333; 
    text-align: center;
    margin-bottom: 20px;
}

#menu1 h1, #menu2 h1 {
    font-size: 2.5rem; 
}

#menu1 h2, #menu2 h2 {
    font-size: 2rem; 
}

#menu1 h3, #menu2 h3 {
    font-size: 1.5rem; 
}


#menu1 p, #menu2 p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #555; 
    line-height: 1.6; 
    margin-top: 15px;
}


#menu1 table, #menu2 table {
    width: 100%;
    border-collapse: collapse; 
    margin-top: 20px; 
    border: 1px solid #ddd; 
    color: black; 
}

#menu1 th, #menu2 th, #menu1 td, #menu2 td {
    padding: 12px 15px; 
    text-align: left; 
    border-bottom: 1px solid #ddd; 
}

#menu1 th, #menu2 th {
    background-color: #f2f2f2; 
    font-weight: bold;
}


#menu1 a, #menu2 a {
    color: #007bff; 
    text-decoration: none; 
}

#menu1 a:hover, #menu2 a:hover {
    text-decoration: underline; 
}


#menu1 ul, #menu1 ol, #menu2 ul, #menu2 ol {
    padding-left: 20px; 
}

#menu1 li, #menu2 li {
    font-size: 1rem;
    color: #555; 
    margin-bottom: 10px; 
}