.main-app {
    .main-app {
        width: 80%;
        margin: auto;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-title {
        padding: 20px 0;
        border-bottom: 1px solid #ddd;

        h1 {
            margin: 0;
            font-size: 2rem;
            color: #333;
        }
    }

    nav {
        .nav-wrapper {
            .brand-logo {
                font-size: 1.5rem;
                font-weight: bold;
                color: #fff !important;
                background-color: #000 !important;
            }
        }
    }

    .page-template-contact,
    .page-template-not-found {
        min-height: 500px;
    }

    .page-template-home {
        .main-content {
            min-height: 300px;
        }

        .hero {
            .hero-content {
                padding: 120px 0;

                h1 {
                    margin: 0;
                }
            }
        }
    }
}



nav.green.lighten-1 {
    background-color: aquarine !important;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

nav.green.darken-1 {
    background-color: aquarine !important;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

.main-content {
    width: 100%;
    min-height: 500px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
}