body {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header nav a img {
    height: 7vh;
    width: auto;
}
.navigationBar {
    display: flex;
    width: 100vw;
}
.buttonToggle {
    display: flex;
    margin-left: 90vw;
    justify-content: flex-end;
    outline: none;
}
.forms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.inputStyle {
    width: 60vw;
    height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    margin: 0 auto;
}

.buttonStyle {
    width: 40px;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
}

#musicas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin: auto;
    width: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; 
    left: 15px; 
    top: -309px;
   
}

.imgStyle {
    width: 200px;
    height: 140px; 
}

#cartao{
    display: flex;
    width: 250px;
    display: block;

}

.imagem{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media only screen and (max-width: 900px) {
    #musicas{
        display: grid;
        grid-template-columns: 1fr 1fr ;
        gap: 50px;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
   
        justify-items: center;


    }
}

@media only screen and (max-width: 600px) {
    #musicas{
        display: grid;
        grid-template-columns: 1fr ;
        gap: 50px;
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        justify-items: center;
    }


}

.header {
    display: flex;
    position: relative; 
    left: -26px; 
    top: -3px;
}

.imgLogo {
    display: flex;
    position: relative; 
    left: 36px;
    top: -14px;

}

.navLinks {
    display: flex;
    position: relative; 
    left: 60px; 
    top: -14px;

}

#home {
    position: relative; 
    left: 24px; 
    top: -333px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    
}

#section {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}










