
.wy-nav-top {
    background-color: #2c3e50;
}

.wy-side-nav-search {
    background-color: #1a252f;
}

.wy-nav-side {
    background-color: #2c3e50;
}

h1 {
    background-color: #1a252f;
    color: white;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
    font-size: 2.5em;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #2c3e50;
    padding: 10px 0;
    margin-top: 50px;
    margin-bottom: 15px;
    border-bottom: 2px solid #34495e;
}

h3 {
    background-color: #2c3e50;
    color: white;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
}

h4 {
    color: #34495e;
    padding: 5px 0;
    margin-top: 30px;
    margin-bottom: 8px;
}

pre code {
    margin-left: 25px;
    margin-right: 25px;
}

.doc-contents .field-name {
    min-width: 75px;
}
