p{
    text-align: center;
    }
    #tabs-tops {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #0af53d; /* Dark Brown */
    z-index: 500;
}
.container {
    background-color: #f5f5f5; /* Light background for contrast */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 80px auto 20px auto; /* Adjust top margin if tabs are fixed */
}

