body{
    text-align: center;
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background-image: url(pozadina.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}
a{
    color: white;
    text-decoration: none;
    display: inline;
    border: 0px solid white;
    padding: 10px;
    margin: 20px;
}
#forma{
    width: 400px;
    height: 340px;
    border: 1px solid white;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    backdrop-filter: blur(5px);
    border-radius: 8px;
}
input{
    text-align: center;
    width: 200px;
    height: 25px;
    border-radius: 10px;
}
button{
    text-align: center;
    width: 200px;
    height: 30px;
    border-radius: 10px;
}
#zaglavlje{
    padding: 20px;
    margin-left: 500px;
    margin-top: 100px;
    text-align: center;
    width: 900px;  
    color: white;
    border: 1px solid white ;
    backdrop-filter: blur(5px);
    border-radius: 12px;
    
}
#sadrzaj{
    outline: red dotted;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    height: 90px;
    width: 2000px;
    background-color: lightgray;
    color: black;
    top: 0;
    position: fixed;
}
#podnozje{
    outline: green dotted;
    height: 40px;
    width: 2000px;
    background-color: lightgray;
    color: black;
    position: fixed;
    bottom: 0;
}