@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
body {
    /*font-family: "Lato", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: white;
    background: url('../images/newnewone.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.keret {
    border-color: white;
    border-width: 2px;
    border-style: solid;
}

.btn-def {
    background-color: #1b1b68;
    color: white;
    margin-bottom: 30px;
}

.btn-def:hover {
    background-color: #141450;
    color: white;
}

.login {
    margin: auto;
}

.new-part {
    padding-top: 20px;
    margin-bottom: 50px;
}

.hidden {
    display: none;
}

.h1 {
    font-size: 40pt;
}

.h1_k {
    font-size: 15vw;
    font-size: 15vh;
    /* display: contents;*/
    text-align: center;
}

.h2 {
    font-size: 20pt;
}