*{
    padding: 0;
    margin: 0;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
:root{
    --back-ground-color: rgb(250, 255, 250);
    --main-color: #00b7ef;
    --text-color: #4B4B4B;
    --border-grey-color:rgb(229, 229, 229);
    --white: white;
    --not-main-color: #4d6df3;
    --some-gray: #bdbdbd;
}
body{
    background-color: var(--back-ground-color);
}
.nawigacja {
    /* position: fixed; */
    width: 100%;
    display: flex;
    background-color: var(--back-ground-color);
    border: solid 0 0 10px 0 var(--border-grey-color);
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    /* height: 21.5vh; */
    /* top: 0; */
}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    color: var(--not-main-color);
    font-weight: bold;
}
.logotype{
    width: 120px;
    margin: 12px;
}
.fixed{
    position: fixed;
    top: 0;
    width: 100%;
}
.konto{
    display: flex;
    justify-content: center;
    align-items: center;
}
.but{
    padding: 10px 20px;
    border-radius: 10px;
    /* text-decoration: none; */
    animation-duration: .2s;
    transition-duration: .2s;
    font-size: 18px;
}
.singup{
    background-color: var(--white);
    color: var(--main-color);
    border: 2px solid var(--border-grey-color);
}
.login{
    background-color: var(--not-main-color);
    color: var(--white);
}
.login:hover{
    background-color: var(--main-color);
}

.singup:hover{
    background-color: var(--border-grey-color);
    border-color: var(--some-gray);
}
.but:hover{
    box-shadow: var(--border-grey-color) 0 0 10px;
}
.button:hover{
    box-shadow: var(--border-grey-color) 0 0 10px;
}
.already:hover{
    background-color: var(--main-color);
}
.get:hover{
    background-color: var(--border-grey-color);
    border-color: var(--some-gray);
}
.kontolinks{
    margin: 10px;
}
.onlilinija{
    background-color: var(--border-grey-color);
    width: 100%;
    height: 1px;
}
.znik{
    position: fixed;
    /* top: 26.5vh; */
}
.planeta{
    width: 40%;
}
.startcontent{
    display: flex;
    margin-top: 220px;
    justify-content: space-around;
    align-items: center;
}
h1{
    font-size: 55px;
    text-align: center;
}
.rightcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.get{
    background-color: var(--white);
    border: 2px solid var(--border-grey-color);
    color: var(--not-main-color);
}
.already{
    background-color: var(--not-main-color);
    color: var(--white);
}
.button{
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 10px;
    animation-duration: .2s;
    transition-duration: .2s;
}
.startnuton{
    margin: 10px;
}

.blok{
    /* background-color: red; */
    /* width: 100%; */
    height: 80vh;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--not-main-color);
    font-size: 48px;
    text-align: center;
    margin: 50px auto;
}
.img{
    /* background-color: var(--main-color); */
    width: 25%;
    /* height: 80%; */
    margin: 30px;
}
.blocktext{
    font-weight: bold;
    padding: 30px;
    margin: 6%;
}
footer{
    background-color: var(--not-main-color);
    width: 100%;
    /* height: 500px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reserved{
    color: var(--white);
    display: block;
    padding: 10px;
    /* text-align: center; */
    /* margin: auto; */
}
.niz{
    color: white;
}
@media only screen and (max-width: 600px) {
    .planeta{
        width: 0%;
    }
    .blok{
        flex-direction: column;
    }
    .logotext{
        display: none;
    }
    .img{
        width: 40%;
    }
}
.error{
    text-align: center;
    display: block;
    padding: 20px;
}
