*{
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

h1 {
    color: rgb(65, 172, 16);
    font-size: 3rem;
}

h2{
    color: rgb(65, 172, 16);
    font-size: 2.6rem;
}

#bg{
    background: linear-gradient(to right, blue, orange, red, green);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

#jezyk {
    text-align: left;
    display: flex;
}

#jezyk img{
    height: 25px;
    margin: 5px;
    cursor: pointer;
}

#version{
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
}