/* Page Layouts */
.box__12 {
    max-width: 220px;
    width: 12vw;
}

.box__20 {
    max-width: 380px;
    width: 22vw;
}

.box__25 {
    max-width: 460px;
    width: 25vw;
}

.box__30 {
    max-width: 580px;
    width: 30vw;
}


/** Index Page **/
#page__index {
    display: flex;
    flex-direction: row;
    flex-grow: 1 1 2 2;
    justify-content: space-around;
    justify-items: flex-start;
    padding: 1rem;
}

#img__world-map {
    display: block;
    width: 560px;
}

/* Components */
/** Random Location Sector **/
.container__rlw-selection {
    display: flex;
    justify-content: space-around;
    justify-items: center;
}