* {
    font-family: "Comic Sans MS", sans-serif;
    text-align: center;
}

nav,
footer {
    background-color: #00838F;
    color: #B2DFDB;
    padding: 10px;
}

aside,
section {
    width: 50%;
    height: 600px;
    overflow: auto;
}
main {
    display: flex;
    flex-direction: row;
}
aside {
    background-color: #B2DFDB;
}

.wycieczka {
    background-color: #00838F;
    opacity: 0.7;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 100px;
    margin-left: 100px;
    border-radius: 30px;
}

.wycieczka:hover {
    opacity: 1;
}

img {
    float: right;
    border-radius: 30px;
    margin: 7px;
}

li {
    display: inline-block;
    list-style: none;
}

a {
    color: #B2DFDB;
    text-decoration: none;
    margin-left: 50px;
}

a:hover {
    color: white;
    text-decoration: underline;
}