*{
    font-family: Century Gothic, Verdana;
}
body{
    background-color: #f0eae2;
}
div{
    width: 80%;
}
main{
    display: flex;
}
#sekcje{
    display: flex;
}
header, footer{
    background-image: url(cegla.jpg);
    color: white;
    height: 60px;
    text-align: center;
}
nav{
    background-color: #824555;
    height: 60px;
}
aside{
    width: 20%;
    height: 560px;
    text-align: right;
    overflow: hidden;
    float: left;
}
img{
    width: 100%;
}
section{
    width: 50%;
    height: 500px;
    overflow: auto;
}
h2{
    text-align: center;
}
a{
    color: #f0eae2;
    padding-left: 100px;
    font-size: 180%;
}
a:hover{
    color: white;
}
