@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
    background-image: url(bar.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.uvod{
    font-size: 9.5em;
    text-align: center;
    color: whitesmoke;
    margin-top: 19%;
    text-shadow: 5px 5px 5px rgb(0, 0, 0);
    font-family: sans-serif;
}

.content{
    background-color: rgb(35, 35, 35);
    margin-top: 22%;
    display: flex;
}

.left{
    float: left;
    width: 50%;
    font-family: Poppins;
    box-sizing: border-box;
    margin-left: 10%;
    margin-top: 10%;
    color: whitesmoke;
}

.right{
    scale: 110%;
    margin: 5%;
}

.footer{
    font-family: Poppins;
    color: whitesmoke;
    font-size: 1em;
    box-sizing: border-box;
    text-align: center;
    background-color: rgb(35, 35, 35);
}

h3{
    margin: 1%;
}