body{
    background-color: black;
}

h1{
    color: white;
    text-align:  center;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

h2{
    color: white;
    text-align:  left;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

p{
    color: white;
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

ul{
    color: white;
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.informacoes_pessoais {

        border-radius: 15px;
        border-color: white;
        border: 2px solid white       
}

.foto{

     display: inline-block;
     padding: 5px;                  
     border: 5px solid #333;        
     border-radius: 15px;          
     background-color: #f5f5f5; 
     position: relative;

       
}

