@import url(' https://fonts.cdnfonts.com/css/sf-pro-display ');

*{
    font-family: 'SF Pro Display', sans-serif;
}

.style-hr {
    border: none;
    height: 3px;
    background-color: #000000;
    margin: 20px 0;
}

#container-colecoes{
    padding-left: 20%;
    padding-right: 20%;
}

#texto{
    font-size: 1.2rem;
}
