html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.media-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn {
    margin: 2px;
}

.bottom-box {
    display: flex;
    width: 80%;
    height: 40vh;
}

#explanation-box {
    width: 50%;
    height: 100%;
    border: 1px solid black;
}

.ant-boxes {
    display: flex;
    border: 1px solid black;
    width: 50%;
    height: 100%;
}

.half-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}

.ant-box {
    height: 50%;
    width: 100%;
    border: 1px solid black;
}

.box-title {
    position: absolute;
    top: 2px;
    left: 2px;
}

.top-box {
    width: 80%;
    height: 40vh;
    display: flex;
}

.side-box {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
}

.bestTreeContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.minCosts {
    display: flex;
}

.minCost {
    display: flex;
    flex-direction: column;
    margin: 20px;
}

#algo-desc {
    text-align: center;
    width: 80%;
}

#minCostDisplay {
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#explanation-box {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

#navbar-container {
    width: 100%;
}

#title {
    text-align: center;
    width: 100%;
}

#cy {
    width: 70%;
    height: 100%;
    border: 1px solid black;
}

#cy2 {
    height: 100%;
    width: 100%;
}