body {
    margin: 0;
    padding: 0; 
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #ededed;

}

.container {
    margin: 0 auto; 
}

.logo-container {
    height: 200px; 
}

.logo {
    background: url(bessa-logo.svg) no-repeat;  
    height: 400px; 
    max-width: 300px; 
    margin: 0 auto; 
    margin-top: 100px; 
}

table {
    display: inline-block;
    margin: 0 auto; 
}

ul{
    list-style: none;
    text-decoration: none;
    margin: 0 auto; 
    text-align: center;
    background-color:;
    padding: 0;
}

p {
    font-weight: bold;
    text-transform: uppercase;
}

.main {
    margin: 0 auto; 

}

.vertical-line{
    background: #DCC171 ;
    width: 1px; 
    height: 100px; 
    margin: 0 auto; 
    text-align: center;
    margin-top: 40px; 
    margin-bottom: 40px; 
}