body {
    background-color: #edf0f2;
}

h1 {
    margin-top: 0px;
    margin-left: 15px;
    font-family: 'Roboto', sans-serif;
}

.Okno {
    background-color: #a7a6a7;
    border-radius: 5px;
    width: 160px;
    margin:5px;
    height: 20px;
    border: 0px;
}
.submit{
    background-color: #a7a6a7;
}
form{
    margin-left: 30px;
}
label{
    font-family: 'Open Sans', sans-serif;
}
button{
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    height: 30px;
    border: 0px;
    border-radius: 10px;
}
p{
    align-items: center;
}