html {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-image: url(../img/bryan_smoking.png);
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    background-attachment: scroll;
    font-size: 18px;
    color: white;
}

#leszokas {
    margin-top: 365px;
    display:block;
}

.leszokas {
    position: absolute;
    top: 10px;
    left: 115px;
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

b.red {
    color: red;
}

body {

    font-family: 'Roboto Slab';
}