.logo{
    height: 100px;
}
.banner{
    width: 100%;
    height: 300px;
    
}
body{
    background-color: rgb(224, 206, 206);
}
#curiosidades{
    padding: 40px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: hsl(203, 14%, 75%);
    margin-bottom: 100px;
}
#guitarristas{
    padding: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 100px;
    
}
.slash{
    width: 200px;
}
h2{
    font-family: Arial, Helvetica, sans-serif;

}
.foto:hover{
   filter: brightness(160%);
}
#wonder-guitar{
    background-color: #fffefe;
    margin-bottom: 50px;
}
.fotox{
    width: 200px;
    margin-left: 30px;
    margin-bottom: 15px;
}
.jooj{
    margin-left: 30px;
    width: 300px;
    margin-bottom: 50px;
    background-color: lightsteelblue;
    padding: 10px;
    filter: drop-shadow(30px 10px 4px hsl(0, 0%, 0%));

}
.vp{
    margin-bottom: 50px;

}

.hr{
    margin-bottom: 100px;
}

footer{
    margin-bottom: 15px;
}

}



