

.title-banner {
    filter: contrast(150%);
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Estilo para o conteúdo principal */
.content {
    position: relative;
    z-index: 1;
}

/* Estilo para o banner */
#banner {
    background-image: url('./static/img/banner-piano.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
}

#banner img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid white;
}

#contato img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #faa573;
}

/* Estilo para a seção sobre */
#sobre {
    background-color: transparent;

}

#sobre p {
    font-size: 1.2rem;
}

/* Estilo para a seção de aulas */
#aulas .card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Estilo para a seção de contato */
#contato .form-control {
    border-radius: 0;
}

#contato button {
    border-radius: 0;
}

