
#backgroundcolor{
    background-color: aliceblue;
    padding-top: 55px;
}

#backgroundcolor img{

    grid-column: 8/13;
    margin-top: 200px;
   
}



#headerharmonica{

    grid-column: 1/7;
    
}

#headerharmonica h2 {
    color: black;
    margin-left: 20px;
}

#headerharmonica  p{
     color: black;
      margin-left: 20px;
      margin-top: 30px;
}

#txthowtoplay{

    grid-column: 1/13;
    grid-row: 1;
    text-align: center;
    margin-bottom: 155px;
}
#txthowtoplay h3{

  margin-bottom: 30px;
}

#txthowtoplay h3{

    margin-top: 160px;
}

.txtinstr{

    
    padding:  55px 30px;
    background-color:var(--bkinst);
   
    border-radius: 4px;
    text-align: center;
    
    
    

}

#blue{
    color: var(--azul);
}

#red{
    color: var(--vermelho);
}

#instholes{
    grid-column: 1/5;
    grid-row: 2;
    z-index: 10;
}

#instred{
    grid-column: 5/9;
    grid-row: 2;
    z-index: 10;
}

#instblue{
    grid-column: 9/13;
    grid-row: 2;
    z-index: 10;
}



#maoharm{
    grid-column: 7/13;
    z-index: 0;
    position: relative;
    top: -150px;
    grid-row: 3;
}

#congrats{
    animation: animatetop;
    animation-duration: 0.10s;
    animation-timeline: view();
    animation-range: entry 50% entry 100%;
}


#cta_marg{
    margin-top: 150px;
}


#final_harm{
    margin-top: 210px;
    grid-column: 1/13;
    grid-row: 1;
    text-align: center;
  

}

#harm_socials{
    grid-column: 1/13;
    grid-row: 2;
    display: flex;
    width: 258px;
    justify-content: space-around;
    align-self: center;
    flex-wrap: nowrap;
    margin-top: 50px;
    justify-self: center;
    

    
}




.linha {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin-bottom: 20px;
    grid-column: 1/13;
}
		.palavra {
			display: grid;
			grid-template-rows: 1fr 1fr;
			row-gap: 10px;
              font-family: sweetsans;
             font-size: 40px;
              font-weight: normal;
             line-height: 70px;
              letter-spacing: 30%;
              color: var(--texto);
		}
		.azul {
			color: cyan !important;
		}
		.vermelho {
			color: red !important;
		}
		



        #titmusica{
            grid-column: 1/13;
            justify-content: flex-start;
            margin-bottom: 80px;
          
        }

        #titmusica h2{
            color: var(  --navcolor);
            font-weight: bold;
        }

        
        #margmusic{
        padding-left: 20px;
       }

		/* linha 1 */
		.dois {
			grid-template-columns: auto auto;
		}
		.dois .termo {
			grid-column: auto/span 2;
		}
		.dois .vermelho:last-of-type {
			text-align: right;
		}
		.tres .vermelho {
			padding-left: .6em;
		}
		
		/* linha 4 */
		.doze, .catorze {
			grid-template-columns: auto auto;
		}


        /* ------------------------------------------------------ 440 ---------------------------------------------------------- */

@media only screen and (max-width: 440px){



    





    h3{
        font-size: 25px !important;
    }

    #cta_marg{
        margin-top: 80px;
    }



    #maoharm{
        display: none;
    }



    #instblue {
    grid-column: 4 / 10;
    grid-row: 3;
    z-index: 10;
    margin-top: 50px;
    margin-bottom: 150px;
   }


   #instred {
    grid-column: 7 / 13;
    grid-row: 2;
    z-index: 10;
  }
  

  #instholes {
    grid-column: 1 / 7;
    grid-row: 2;
    z-index: 10;
  }



}