@font-face{
    font-family: Roboto Condensed Light;
    src: url(FONTY/RobotoCondensed-Light.ttf);
}
@font-face{
    font-family:Raleway Thin Thin ;
    src: url(FONTY/Raleway-VariableFont_wght.ttf);
}
body{
    font-family: Raleway Thin Thin;
    color: black;
    font-size: 35px;
    background-color: rgb(235, 232, 209);
}
#nagłówek{
    font-family: Roboto Condensed Light;
    text-align: center;
    color: black;
    background-color: rgb(138, 136, 120);
    border-radius: 10px;
}
.img1{
    width: 20%;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 10px;
}
.nawigacja{
    text-align: right;
    
}
.lista{
    display: inline;
    padding: 10px;
    color: black;
    font-size: 20px;
    list-style:none ;
}
footer{
    background-color: rgb(178, 176, 160);
    text-align: center;
    font-size: 35px;
    border-radius: 10px;
}
.a{
    width: 100%;
    border: solid;
    border-color: rgb(138, 136, 120);
    border-radius: 10px;
}
main{
    width: 80%;
    margin: auto;
    padding: 5px;
    height: 500px;
}
.img{
    float: right;
    width: 20%;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 10px;
}












a{
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    color:rgb(138, 136, 120);
    font-size: 22px;
}
a:visited{
    background: transparent;
    color:rgb(138, 136, 120);
}
a:link{
    background: transparent;
    color:black;
}
a:hover{
    background: transparent;
    color: orange;
}
a:active{
    background: transparent;
    color: black;
}