body{
    background-color: cadetblue;
}
.poglos{
    font-size: 22px;
}
footer{
    
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: lightskyblue;
    display: flex;
    align-items: center;
    justify-content: center ;
}
section{
    padding:8px;
    background-color: lightcyan;
    width:99%;
    margin: 0 auto;
    margin-top:70px; 
}
aside{
    padding:8px;
    background-color: lightcyan;
    width:99%;
    margin: 0 auto;
    margin-top:70px;
}

h2{
    text-align: center;
    font-size:20px;
}

aside ul{
    list-style-type: none;
    text-align: center;
    margin-left:-40px;
}

aside a{
    text-decoration: none;
    color:black;
    font-size:19px;
}

aside a:hover{
    color:darkred;
    font-size: 20px;
    transition: 0.5s;
}

aside{
    margin-bottom:60px;
}