*{
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;

}
.hed{
    background-color: #46B4EB;
    display: flex;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    width: 100%;
    
}
.lewo{
    display: flex;
    height: 5vh;
    width: 50%;

}
.logo{
    display: flex;
    height: 5vh;
    width: 5vh;


}
.logo img{
    height: 5vh;
    width: 5vh;
}
.naw{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.nawa{
    display: flex;
    justify-content: center;
}
 .naw a{
    align-items: center;
    background-color: #95E9EB;
    border-radius: 15px;
    color: black;
    display: flex;
    height: 3vh;
    margin: 0.5rem;
    min-width: 5vw;
    text-decoration: none;
    transition: 150ms;

}
.naw a:hover{
   color: blue;
   font-size: 26px;
   text-decoration: underline;
}
.nawknefel{
    display: flex;
}
.prawo{
    align-items: center;
    display: flex;
    height: 5vh;
    justify-content: flex-end;
    width: 50%;
    
}
.stopka{
    background-color: #46B4EB;
    display: flex;
    height: 5vh;
    justify-content: center;
    width: 100%;

}
.stopka p{
    display: flex;
    font-size: 1.5rem;
    align-items: center;

}
.tekst{
    background-color: #95E9EB;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 90vh;
    text-align: center;
    width: 100vw;

}
.tekst p{
    font-size: 1.3rem;
    
}
#mainh{
    display: flex;
    font-size: 2rem;
    flex-wrap: nowrap;
    height: auto;
    
    justify-content: center;
    align-items: end;
}

/* @media (max-width: 1024px){
    .naw a{
        min-width: 9vw;
    }
} */
/* @media (max-width: 786px){
    .hed{
    background-color: red;
    float: left;
    height: 80px;
    line-height: 50px;
    text-align: center;
    width: 100vw;   
    }
} */

/* #46EBB6
#46B4EB
#46E6EA
#44EB7C
#4680EB
#95E9EB */