@font-face {font-family: "GT America Expanded Bold"; src: url("//db.onlinewebfonts.com/t/22b4c73e6141de7c9937f42cb58bdb4b.eot"); src: url("//db.onlinewebfonts.com/t/22b4c73e6141de7c9937f42cb58bdb4b.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/22b4c73e6141de7c9937f42cb58bdb4b.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/22b4c73e6141de7c9937f42cb58bdb4b.woff") format("woff"), url("//db.onlinewebfonts.com/t/22b4c73e6141de7c9937f42cb58bdb4b.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/22b4c73e6141de7c9937f42cb58bdb4b.svg#GT America Expanded Bold") format("svg"); 
    
} 
.foto{
    margin-top: 10%;
    box-shadow: 4px 10px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}


.fotos{
    margin-top: 30%;
    font-size: 60pt;
    font-weight: bold;
}
.fundo{
    background-image: url(../img/4.png);
    background-repeat: no-repeat;
}
.texto{
    font-size: 25pt;
}
.mim p{
    font-size: 20pt;
    text-align: justify;
}
.sobre h1{
    font-size: 50pt;
    font-weight: bold;
}
.play{
    border: 1px solid black;
    padding: 20px;
    border-radius: 100%;
    margin-left: 10px;
}
.musica{
    font-size: 20pt;
}
#fone{
    margin-left: 15%;
}

@media(max-width:576px){
    #fone{
        margin-left: 0;
    }
    .fundo{
        background-image: url(../img/4.png);
        background-size:auto
    }
}