body{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
/* Navigation bar styles */
header {
    background-color: white;
    padding: 10px 0;
    text-align: center;
}

.logo img {
    max-width: 100px; /* Adjust the logo size as needed */
    vertical-align: middle;

}
.menu {
    list-style-type: none;
    padding: 0;
}

.menu li {
    display: inline;
    margin: 0 20px;

}

.menu a {
    text-decoration: none;
    color: #d46c1c;
    font-size: 18px;
}
.menu a:hover{
    border-bottom: 1px solid red;
    color:red;
}
h1 {
    margin: 0;
}

iframe {
    width: 100%;
    height: 500px; /* Adjust the height as needed */
    border: 0;
}
