html{
    background: url(img/tlo.jpeg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:white;
}
.box{
    width:810px;
    height: auto;
    background-image: url(img/1px.png);
    margin-left: 100px;
    margin-top: -10px;
}
.text{
     font-size: 17px;
	padding: 0 30px 20px 30px;
    
}
.tajlandia{
    font-family: 'Great Vibes', cursive;
    font-size: 55px;
    padding: 20px;
}
.link{
    text-decoration: none;
    color: white;
}
a:hover{
    color: #888888;
}
#kreska{
    border-bottom: solid 1px #888888;
}
