body {
    margin: 0;
    background-color: rgb(0, 0, 0);
    height: 100vh;
}

#bTop {
    position: fixed;
    background-color: rgb(125, 105, 85);
    width: 100%;
    height: 2.5vh;
    z-index: 500;
}

#bLeft {
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgb(125, 105, 85);
    width: 2.5vh;
    height: 85%;
    z-index: 500;
}

#bRight {
    top: 0;
    right: 0;
    position: fixed;
    background-color: rgb(125, 105, 85);
    width: 2.5vh;
    height: 85%;
    z-index: 500;
}

#panelContainer {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#panelBox {
    background-color: rgb(35, 35, 35);
    width: 150vh;
    max-height: 75vh;
    height: auto;
    color: rgb(5, 165, 35);
    overflow-wrap: break-word;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0vh;
    justify-content: flex-start;
}

.centre {
    text-align: center;
}

.responsive {
    width: 65vh;
    height: auto;
}

.destination {
    background-color: rgb(30, 30, 30);
    padding: 4vh;
    border: 1vh solid rgb(25, 25, 25);
    width: 45vh;
    margin: 0;
    margin-left: 5vh;
}

.row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn {
    width: 10vh;
    height: 10vh;
    margin-left: 0vh;
}
