body {
  /* background: https://bettysgraphics.neocities.org/images/backgrounds/083C.jpg */
  background-image: url(/src/assets/uiux/083C.jpg);
  text-align: center;
  font-size: 18px;
  padding: 100px;
  color: rgb(74, 36, 0);
}

.container {
    background-color: rgb(255, 251, 242);
    text-align: left;
    padding: 30px 80px;
}

#back-button {
    color: rgb(74, 36, 0);
    display: block;
    width: fit-content;
    margin: 0 auto;
}

#back-button a:hover{
    color: rgb(195, 152, 112);
}

#table-for-one, #find-me {
    padding: 20px 30px;
    margin: 40px 0;
    border:rgb(198, 169, 141);
    border-style: dashed;
    border-width: 3px;
    height: 500px;
    overflow-y: scroll;
}

#table-for-one img {
    width: 60%;
}

figure {
    text-align: center;
}

figcaption {
    padding: 10px;
}

iframe {
    width: 60%;
    display: block;
}

#find-me img {
    width: 15%;
    display: block;
}

#find-me > div {
    display: flex;
    justify-content: center;
}

#find-me > div + div {
    margin-top: 30px;
}