body {
    background-color: #1e1e20;
    color: #ded2ff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* main container */
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}


/* image display */
.selected div {
    /* border: 2px solid black; */
    /* border: 2px solid #3a3a3d; */
    width: 960px;
    height: 540px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}



/* img thumbnails */
.thumbnails {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: space-evenly;
    align-items: center;
    height: 80px;
    gap: 1rem;
}

.thumbnails div {
    border-radius: 12px;
    overflow: hidden;
}

.thumb-box {
    border: 2px solid #ded2ff;
    width: 100px;
    height: 56px;
}

.pic {
    width: 100px;
    height: 56px;
}



/* buttons section */
.buttons {
    /* margin: 0 auto; */
    /* width: 300px; */
    /* text-align: center; */
    display: flex;
    gap: 5em;
}

button {
    width: 100px;
    height: 53px;
    background-color: #9979f7;
    border-radius: 22px;
    border: 0;
    font-weight: 900;
}


/* img caption */
.caption {
    text-align: center;
    margin: 22px 0 0 0;
}

.img-counter {
    margin: 0;
}

p {
    font-size: 22px;
    font-weight: 700;
}
