* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: orange;
}

.collection {
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collection .content {
    height: 28rem;
    width: 25rem;
    background-color: black;
    border-radius: .7rem;
    border-top: .4rem solid #DC6423;
    border-right: .2rem solid #828487;
    border-bottom: .4rem solid #DC6423;
    border-left: .2rem solid #828487;
    overflow: hidden;
}

.content img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
}

.text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: black;
    width: 100%;
    padding: 20px;
}

.text-content h3 {
    font-size: 1.7rem;
    font-weight: 500;
}

.text-content p {
    max-width: 22rem;
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
}

main {
    padding-top: 3rem;
}

.navbar {
    display: flex;
    justify-content: space-between;
}

nav {
    padding-top: .25em !important;
    padding-bottom: .25em !important;
    padding-left: 3em !important;
    padding-right: 3em !important;
    background-color: #DC6423 !important;
}

.bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-image: url("../img/vesmir-pozadi.jpeg");
}

h3 {
    text-align: center;
}