/*CONFIG GERAL*/
* {
    /*CENTRALIZACAO & ESTILIZACAO DO TEXTO*/
    font-family: 'Montserrat', serif;
    background-image: url(manicragt.png);
    color: #000000;
}

.container-pai {
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-direction: column;
    padding: 0;
    margin: auto;
}

/*image centralization*/
.imagem-1 {
    float: left;
    height: 300px;
    width: 250px;
    border: solid rgb(59, 0, 136);

}

.imagem-1 img {
    width: 100%;
    height: 100%;
}

/*background image*/
body {
    background-image: url("manicragt.png");
    color: rgb(255, 255, 255);
    font-family: Verdana;
    text-align: center;
    height: 100%;
}