html{
    /* background-image: url("images/background.jpg"); */
    /* background-color: rgb(100,124,100); */
    background-color: rgb(145, 164, 145);
    background-size: cover;
    width: 100%;
    height: 80%;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    /* height:100%; */
    height: fit-content;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
section{
    width: 100%;
}
.frame{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 400px;
    /* min-height: 400px; */
    height: fit-content;
    padding-bottom: 10px;
    margin: auto;
    background-color: rgb(168, 169, 169);
    border-radius: 10px;
    border: none;
    opacity: 60%;
    margin-top: 100px;
    padding-top: 20px;
}
/*************************/
.input_frame{
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 300px;
    min-height: 40px;
    margin: 5px;
    margin:10px;
}
.input_box{
    border: none;
    width: 300px;
    height: 40px;
    font-size: 16px;
    outline: none;  /*brak ramki po kliknięciu */
}
.image_box{
    width: 42px;
    height: 42px;
    border: none;
    background-color: rgb(223, 220, 232);
    align-items: center;
}
img{
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.input_frame:hover{
    scale: 1.2;
}
/*************************/
.button_1{
    border:none;
    background-color: rgb(168, 169, 169);
    font-size: 25px;
    margin-top:25px;
    padding: 5px;
}

.button_1:hover{
    background-color: rgb(223, 220, 232);
    width: 100%;
    border-radius: 2px;
}

h1{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: red;
    max-width: 250px;
    text-align: center;
}
h2{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 250px;
    text-align: center;
}
a {
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(223, 220, 232);
}


/*************************/
.footer{
    padding: 10px;
    margin-left: auto;
    position: fixed;
    right: 0;
    bottom: 0;
}


/**********************/
.c_permision{
    width: 80%;
    /* height: 40px; */
    height: fit-content;
    /* position:absolute; */
    position: fixed;
    right: 10%;
    left: 10%;
    bottom: 0;
    background-color: rgb(118, 143, 118);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
}
h3{
    font-size: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(223, 220, 232);
    padding: 3px;
}
h3 a{
    font-size: 10px;
    text-decoration: solid;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(223, 220, 232);
    padding: 3px;
}
.c_button {
    width: 100px;
    height: 25px;
    border: none;
    color: rgb(223, 220, 232);
    background-color: rgb(129, 157, 129);
    border-radius: 1px;
}
.c_button:hover{
    height: 35px;
}
/**********************/
.sheet_1{
    /* display: flex;
    align-items: flex-start;
    justify-content: center; */
    width: 88%;
    min-height: 400px;
    background-color: rgb(255, 255, 255);
    border: none;
    opacity: 60%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
h4{
    font-size: 15px;
    text-decoration: solid;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(49, 49, 50);
    margin: 5px;
}
h5{
    font-size: 13px;
    text-decoration: solid;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(49, 49, 50);
    margin: 5px;
}
h6{
    font-size: 11px;
    text-decoration: solid;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(49, 49, 50);
    margin: 5px;
}