ul{
	text-align: center;
}

.txt-jstify{
	text-align: center;
}


@media screen and (max-width: 650px) {
    .instructions1{
        display: none;
    }
    .vocal{
        display: none;
    }

    .clean{
        display: none;
    }
    .logo{
        padding-left: 10px;
    }

}
@media screen and (min-width: 1030px) {
     .footer-img{
        padding-left: 100px;
    }
.clean{
    padding-top: 20px;
}
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
    .footer-img{
         padding-left: 10px;
    }
} 

button{
     color: #8DDA31;
}

.vocal{
    max-height: 200px;
}

.footer{
    background-color: black;
}
hr{
  border: 0.1px solid white;
  width: 70%;
}

a:hover
 { 
    color: white; 
    text-underline-position: 1px;
     font-weight: none ;
}

.footer-link{
    color: white;
    font-size: 15px;
}

.logo{
    padding-top: 40px;
}

