.Navtop-Menu {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.Navtop-Menu a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
}