body {
    /* Mudar cor do fundo */
    background-color: #000!important;
    /* Mudar família da fonte */
    font-family:'Montserrat', sans-serif!important;
    /* Mudar cor da fonte */
    color: #fff!important;
    /* Não alterar */
    font-size: 1.1rem!important;
    line-height: 1.5rem!important;
    text-align: center!important;
}

.container-fluid {
    max-width: 540px;
}

/* PHOTO */
.photo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.photo img {
    border-radius: 50%;
    max-width: 150px;
  border: 5px solid #000000;
}

/* TITLE */
.title h1 {
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1rem;;
}

.title h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.5rem;;
}

/* LINKS*/
.links {
    margin-bottom: 1px;
}

/* BOTÃO */
.botao {
    /* Mudar cor da fonte do botão */
    color: #000000;
    /* Mudar cor de fundo do botão */
    background-color: #ffffff;
    /* Não alterar */
    max-width: 100%;
    min-height: 1.5rem;
    vertical-align: TOP;
    margin-top: 1.0rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    padding: 0.1px 0.1px 0.1px 15px;
    font-size: 1.2rem;
    text-align: left!important;
font-weight: bold;
}

.btcopiar {
    /* Mudar cor da fonte do botão */
    color: #000000;
    /* Mudar cor de fundo do botão */
    background-color: #ffffff;
    /* Não alterar */
    width: 100%;
    min-height: 1.5rem;
    vertical-align: TOP;
    margin-top: 1.0rem;	
    font-weight: 500;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    border: none;
    padding: 0px 0.1px 0px 0px;
    font-size: 1.2rem;
    text-align: left!important;
font-weight: bold;
}

.btcopiar :hover {
    /* Cor do texto e fundo - Quando tem link */
    color: #ffffff;
    background-color: #222;
}

.btcopiar :active {
    /* Cor do texto e fundo - Quando tem link */
    color: #ffffff;
background: #222 no-repeat right url("img/copiada.png");
}

.botao:hover {
    /* Cor do texto e fundo - Quando tem link */
    color: #ffffff;
background-color: #222;
}

/* SOCIAL */
.social {
    margin-bottom: 40px;
}
.social a {
    text-decoration: none;
    /* Mudar cor da fonte do ícone */
    color: #ffffff;
}

.social a:hover {
    /* Cor do ícone - Quando tem link */
    text-decoration: none;
    color: #e7323f;
}

.social ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

/* FOOTER */
footer {
    font-size: 0.8rem;
    line-height: 1rem;
}

footer a {
    text-decoration: none;
    color: #fff;
font-weight: bold;
}

footer a:hover {
    color: #fff;
font-weight: bold;
}