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);
        margin-top: 45px;
    }

@media (max-width: 1500px){
    #body {
        flex-direction: column;
    }
}
#body p
    {

        font-size: 42px;
        background-color: #588793;
        border-radius: 9px;
        padding: auto;      
        font-family: "Kanit", sans-serif;
        text-align: center;
        color: #1d233b;
    }
#body img
    {
        margin-left: 25px;
        max-width: 520px;
        border-radius: 15px;
    }
#jeden
    {
        max-width: 660px;
        margin-left: 25px;
    }
#dwa
    {
        max-width: 590px;
        margin-left: 5px;
    }
#body a
    {
        text-decoration: none;
        color: #1d233b;
    }