html, body {
      font-family: "Tahoma", sans-serif;
      font-weight: 300;
      color: #022727;
      
}
body {
    background-color: #fff;
    background-size: contain;
    background-image: url(images/tlo.png);
    background-repeat: no-repeat;
    
}
a, .foto-box, .hover-box, .foto-box:hover .hover-box {
    
    transition: all ease-in-out 0.2s;
}
a:hover {
    color: #022727;
}
strong {
    font-weight: 700;
}
