body
    {
        margin: 0;
        background-color: #6295A2;
    }
.b
    {
        padding: 10px;
        color:#1d233b;
        font-size: 26px;
        text-decoration: none;
        transition: all 0.5s;
    }
nav img
    {
        width: 270px;
        height: 130px;
    }
.b:hover
    {

        letter-spacing: 1.2px;
        text-decoration: underline;
    }
    
nav ul
    {
        list-style-type: none;
        padding: 20px;
        margin: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        font-family: "Kanit", sans-serif;
        background-color: #3d6876;

    }
@media (max-width: 500px){
    nav ul {
        flex-direction: column;
    }
}
header
    {
        background-color: #467583;
        z-index: 99;
        position: sticky;
        top: 0px;
    }
nav 
{
    text-align: center;
    
}
footer
    {
        background-color: #3d6876;
        clear: both;
        text-align: center;
        font-family: "Roboto Slab", serif;
        color: #1caf55;
        height: 25px;
        font-size: 19px;
    }
.a
    {
        text-decoration: underline;
        padding: 10px;
        color:#1d233b;
        font-size: 26px;
    }
#body {
        display: flex;
        flex-direction: row;
        background-image: url(background.png);
        background-repeat: repeat-y;
        height: 600px;
        font-size: 26px;
        font-family: "Kanit", sans-serif;
        color:#1d233b;
    }

@media (max-width: 1500px){
    #body {
        flex-direction: column;
    }
}
#body p
    {

        font-size: 42px;
        text-align: center;
        background-color: #5e919e;
        padding: auto;      
        font-family: "Kanit", sans-serif;
        color:#1d233b;
        height: 150px;
        
    }
#zdjecie img
    {
        margin-left: 25px;
        max-width: 520px;
        border-radius: 15px;
    }
#body ul li
    {
        list-style-type: none;
        padding: 2px;
        margin: 50px 0 0 0px;
        font-size: 25px;
        justify-content: center;
        align-items: center;
        font-family: "Kanit", sans-serif;
        height: 3px;
    }
#body a
    {
        background-color: #467583;
        width: 110px;
        height: 36px;
        padding-top: 1px;
        font-size: 25px;
        margin: 5px;
        text-decoration: none;
        text-align: center;
        border-radius: 15px;
        color:#1d233b;
        font-family: "Kanit", sans-serif;
        border: 1px solid black;
    }
#body a:hover
    {
        width: 115px;
        letter-spacing: 1.5px;
        text-decoration: underline;
    }
input
    {
        width: 125px;
    }
textarea
    {
        width: 320px;
    }
h3
    {
        text-align: center;
        font-size: 52px;
    }