body
{
    font-family:"Roboto Condensed", sans-serif;
    margin: 0;
}

button
{
    background-color: rgb(80, 80, 80);
    color: white;
    border-style: none;
    font-family:"Roboto Condensed", sans-serif;
    font-size: 2em;
    padding: 10px;
}

.tour_container
{
    display: flex;
    height: 100vh;
}

.left_nav
{
    background-color: rgb(40, 40, 40);
    display: flex;
    flex-direction: column;
    min-width: 12vw;
}

.nav_header
{
    display: flex;
    flex-direction: column;
    background-color: rgb(25, 25, 25);
    color: white;
    text-align: center;
    font-size: 2em;
    padding: 5%;
    row-gap: 15px;
}

.nav_header_text
{
    margin: 0;
}

.nav_buttons
{
    display: flex;
    flex-direction: column;
    padding: 5%;
    row-gap: 10px;
}