table, th, td {
    border: 0.3vw transparent solid;
    margin-left: auto;
    margin-right: auto;
}

.text-align-center {
    text-align: center;
}

a:link {
    cursor: help;
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

.square-base {
    cursor: default;
    font-size: 1vw;
    width: 40vw;
    height: 40vw;
    margin: 7vw auto;
    position: relative;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 0.15vw;               /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
    background-color: black;    /* color of the scroll thumb */
}

.navbar {
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 20vw;
}

.paragraph {
    width: 100%;
    top: 3vw;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-layer {
    z-index: 4;
}

.mid-layer {
    z-index: 1;
}

.sticky {
    position: sticky;
}

.destinations {
    width: max-content;
    left: 0;
    top: 25vh;
}

.album {
    position: absolute;
    width: 35vw;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}

.album:hover {
    z-index: 3;
}

figure {
    border: 0;
    padding-bottom: 2vw;
    margin: 0;
    color: transparent;
    text-align: center;
    transition: 0.5s;
}

figure:hover {
    color: black;
}

img {
    width: 100%;
}