*{margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: "Poppins", sans-serif;}

body {
    background-color: #9A9A9A;
}    
    
#cabecalho {
    width: 100%;
    height: 15vh;
    background-color: #D9D9D9;
    display: flex;
}

#CaixaBusca {
    background-color: rgba(0, 73, 173, 60%);
    border:solid 1px;
    border-radius:15px;
    width: 800px;
    height: 5vh;
    position: relative;
    top: 30%;
    left: 15%;
}

#txtBusca{
    float:left;
    background-color:transparent;
    padding-left:5px;
    font-style:italic;
    font-size:18px;
    border:none;
    height:35px;
    width:600px;
    position: absolute;
    left: 0%;
  }

#btnBusca {
    position: absolute;
    right: 0%;
}

#Logo {
    position: absolute;
    right: 0;
}

#espacoopcoes {
    width: 100%;
    height: 8vh;
    background-color: rgba(0, 73, 173, 40%);
    display: flex;
}

.btn {
    width: 25vh;
    height: 5vh;
    background-color: #D9D9D9;
    border-radius: 5px;
    font-size: 30px;
    text-align: center;
    color: black;
    text-decoration: none;
    margin: auto;
    line-height: 5vh;
    font-weight: bold;
}



#rodape {
    width: 100%;
    height: 5vh;
    position: absolute;
    bottom: 0%;
    background-color: rgba(0, 73, 173, 40%);
}

#quadradocinza2 {height: 25vh;
width: 80%;
position: absolute;
background-color: #D9D9D9;
top: 35%;
left: 10%;
border-radius: 10px;
;
}


#Juan {
    color: white;
    font-size: 20px;
    position: absolute;
    right: 1%;
    top: 33%;
}

#imagemguitarra {top: -33%;
position: absolute;
display: flex;
left: 2%;}

#nomeguitarra {font-size: 30px;
left: 62%;
top: 20%;
position: absolute;
color: black;
font-weight: 800;}

#precode {font-size: 30px;
    left: 63%;
    top: 45%;
    position: absolute;
    color: black;
    font-weight: 700;}

#precopor {font-size: 30px;
        left: 63%;
        top: 60%;
        position: absolute;
        color: black;
        font-weight: 700;}


#quadradocinza3 {height: 25vh;
            width: 100%;
            position: absolute;
            background-color: #D9D9D9;
            top: 120%;
            left: 0%;
        border-radius: 10px;}


#imagembaixo {position: absolute;
left: 1%;
display: flex;
width: 3%;
top: -27%;
height: 150%;}

#nomebaixo {font-size: 30px;
top: 15%;
left: 64%;
color: black;
font-weight: 800;
font-weight: 800;
position: absolute;}

#porbaixo {font-size: 30px;
    left: 64%;
    top: 37%;
    position: absolute;
    color: black;
    font-weight: 700;}