body {
    font-family: Arial, Helvetica, sans-serif;
}

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

.main-container {
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* height: 100vh; */
    width: 60%;
}

.atmos {
    background-color: rgb(255, 255, 255);
    width: 470px;
    height: 470px;
    border-radius: 210px 210px 20px 20px;
    margin-top: 20px;
}

.plants {
    background-color: rgb(200, 255, 199);
    width: 470px;
    height: 250px;
    border-radius: 20px 20px 200px 200px;
    margin-bottom: 2rem;
}

.data {
    width: 40%;
    margin-top: 20px;
    margin-left: 10px;
    /* justify-content: space-between; */
}

.co2-info, .o2-info {
    display: flex;
    margin-bottom: 8px;
}

#co2-label, #oxy-label {
    margin-right: 30px;
}

.o2-info {
    margin-bottom: 28px;
}

.level-items {
    margin-bottom: 8px;
    margin-top: 16px;
}

.terrarium {
    background-image: url("terr.png");
    background-size: cover;      /* Make the image cover the whole element */
    background-position: center; /* Center the image */
    background-repeat: no-repeat;/* Prevent tiling */
    width: 475px;
    height: 710px;
    position: absolute;
    margin-top: 5px;
}

.mountain {
    background-image: url("mountains.png");
    width: 470px;
    height: 150px;
    position: absolute;
    margin-top: 22.5rem;
    /* margin-right: 100px; */
    background-repeat: no-repeat;/* Prevent tiling */
    opacity: 50%;

}

.in-prog {
    margin-top: 56px;
    color: rgb(169, 169, 0);
}