html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-family: 'Roboto', sans-serif;
}

img {
    display: none;
}

div {
    position: fixed;
    margin: 10px;
    padding: 5px;
    float: left;
    width: 150px;
    z-index: 100;
}

#divZ {
    top: 0;
    left: 80px;
}

#powrot {
    top: 0;
    right: 0;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    color: #6fd1f5;
}