body
{
background-image: url(tło.gif);
color: black;
}

#logo {
    color: rgb(243, 225, 187);
    background-color: rgb(253, 172, 83);
    border: rgb(190, 102, 7) 5px solid;
    width: 600px;
    box-shadow: 10px 10px 5px rgba(190, 102, 7, 0.384);
    height: 120px;
    margin: 50px auto 30px auto;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    text-transform: uppercase;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
#tekst
{
    background-color: rgb(243, 225, 187);
    width: 900px;
    min-height:640px;
    margin: 0 auto 0 auto;
    padding: 50px;
    font-size: 18px;
    border: 5px solid rgb(190, 102, 7);
    border-style: dotted;
    border-radius: 20px;
    box-shadow: 10px 10px 5px rgba(190, 102, 7, 0.384);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
h1{
    margin: 5px;
    font-size: 35px;
    color: rgb(116, 58, 11);
    text-align: center;
    font-style: italic
}
img {
margin: auto;
width: auto;
height: auto;
}



a:link, a:visited {
    background-color:rgb(253, 172, 83);
    color: rgb(116, 58, 11);
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
  }

  a:hover, a:active {
    background-color: rgb(255, 142, 22);
    border-radius: 10px;
  }

#podstrony {
    background-color:  rgb(243, 225, 187);;
    width: 300px;
    min-height:640px;
    float: left;
    padding: 50px;
    font-size: 18px;
    border: 5px solid  rgb(190, 102, 7);
    border-style: dotted;
    border-radius: 20px;
    box-shadow: 10px 10px 5px rgba(190, 102, 7, 0.384);
    font-family: 'Poppins', sans-serif;

}

#footer{
    background-color:  rgb(253, 172, 83);
    height: 100px;
    padding-top: 25px;
    margin-top: 50px;
    border-bottom:  rgb(190, 102, 7) 5px solid;
    border-top:  rgb(190, 102, 7) 5px solid;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: large;
    font-weight: bold;
    font-style: italic;
    
}

#teksty {
    background-color:  rgb(243, 225, 187);;
    width: 300px;
    min-height:640px;
    float: right;
    padding: 50px;
    font-size: 18px;
    border: 5px solid  rgb(190, 102, 7);
    border-style: dotted;
    border-radius: 20px;
    box-shadow: 10px 10px 5px rgba(190, 102, 7, 0.384);
    font-family: 'Poppins', sans-serif;
}


