html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('assets/zlatibor-cabins-bg.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    font-family: "DM Sans", sans-serif;
}

.info{
    position: fixed;
    bottom:15px;
    left: 15px;
    z-index: 100;
    
}

.info a{
    color: #000;
    text-decoration: none;
}

.info img{
    max-width: 100%;
    display: block;
    width: 400px;
    margin-bottom:15px;
}