/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-set-2020, 12.09.13
    Author     : Andrea
*/

#center_container {
    
    display: flex;
  align-items: center;
  justify-content: center;
}


#center {
    
    margin-top: 80px;
    /*display: table-cell;*/
    width: 600px;
    height:400px;  /*se lo tolgo si adatta a ultimo elemento*/
    
    background: #FFFFFF;
    background: url(../../img/bkgBase1.png);
    
  
}


    /* -- TITOLO */
    .textTitolo1 { 
        margin-top: 50px;
        margin-bottom: 0px;
        height:0px;
        /*width: 999px;*/
        font-size: 26px;
        font-weight: bolder;
        /*color: #5DFA82;*/
        text-align:center;
        vertical-align: central; 
        /*background: #6D5DFA;*/
    }
    
    
    .textContatti1, .textContatti2 { 
/*        margin-top: 50px;
        margin-bottom: 0px;*/
        height:0px;
        /*width: 999px;*/
        font-size: 16px;
        font-weight: normal;
        /*color: #5DFA82;*/
/*        text-align:left;
        vertical-align: central; */
        /*background: #6D5DFA;*/
    }
    .textContatti1{ 
        margin-top: 90px;
        margin-bottom: 0px;  
        text-align:center;
        vertical-align: central; 
    }
    .textContatti2{ 
        margin-top: 50px;
        margin-bottom: 0px;
        margin-left: 60px;
        margin-right: 60px;
        text-align:justify;
        vertical-align: central;
        line-height: 1.8;
    }
    
    
    