body{
    margin: 0px;
    padding: 0px;



}

.background{
    z-index: -10;
    position: fixed;
    background-image: url("tlo.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
}


.akceptowlny {
 
    font-size: 80%;
    color: #28a745;
}

.nie-akceptowlny {
    font-size: 80%;
    color: #dc3545;
}
