body {
    background-color: #FFFFFF;
    color: white;
    text-align: center;
    font-family: "Roboto";
}

h1 {
    color: #2D2D2D;
}
h2{
    color: #2D2D2D;
}

h4.name_cpb {
    color: #646464;
    margin-bottom: 30px;
}

h4.text {
    color: #646464;
    font-family: Roboto;
    font-weight: 400;
}

.pointer:hover {
    cursor: pointer;
}

.logo-loja {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
}

.links-img {
    width: 160px;
    height: 48px;
}

a {
    text-decoration: none;
    color: #646464;
}

@media (max-width: 500px) {
    .logo-hinario {
        width: 200px;
        height: 200px;
    }
}