body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: url('poetry/pdj50138.gif') repeat;
    box-sizing: border-box;
}

.container {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.select-img {
    position: absolute;
    width: 340px;
    max-width: 340px;
    height: auto;
    cursor: pointer;
    border-radius: 16px;
    box-shadow: 0 0 24px 8px black;
    transition: transform 0.2s;
    margin: 5%;
}

.select-img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 24px 8px rgb(182, 161, 72);
}

.first-img {
    top: 10px;
    left: 260px;
}

.second-img {
    bottom: 400px;
    right: 140px;
    border-radius: 0;
}

.collections-img {
    max-width: 340px;
    width: 340px;
    margin-bottom: 2vh;
    display: block;
}

h3 {
    display: flex;
    transition: transform 0.2s;
}

h3:hover {
    transform: scale(1.05);
}

.top-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
    margin-top: 4vh;
}

