html, body{
    background-color: #FFF;
    color: #333;
    font-family: 'Lora', serif;
} 

a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}

a:hover {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
}


#language-switcher {
    list-style: none;
    padding: 0;
    font-size: 70px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#language-switcher li{
    padding: 0;
    display: inline-block;
    cursor: pointer;  
}

.ru, .en{
    display: none;
}

.center{
    text-align: center;    
}
.tree {
    margin-top: 75px;
    text-align: center;
    margin-bottom: 75px;
}
.message {
    font-size: 18pt; 
    text-align: center;  
}