* {
    box-sizing: border-box;
}

nav {
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: 3em;
    padding-right: 3em;
    background-color: #DC6423;
}

.container {
    padding-top: 7em;
    padding-bottom: 10px;
}

.img {
    width: 100%;
    border-top: .4rem solid #DC6423;
    border-right: .3rem solid #828487;
    border-bottom: .4rem solid #DC6423;
    border-left: .3rem solid #828487;
    border-radius: .6rem;
}

article h1 {
    text-align: center;
    padding-bottom: .2em;
}

.bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-image: url("../img/vesmir-pozadi.jpeg");
}

aside dl, main {
    padding: 10px;
}

aside .aside, main {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}

.aside {
    padding-top: 4em;
}

dl {
    padding-left: 10px;
    padding-top: 5px;
    border-right: 2px solid black;
    border-radius: 10px;
}

article p {
    white-space: pre-wrap;
}

main {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

footer {
    color: white;
    padding: 10px;
    text-align: right;
    font-size: small;
}