.Container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    border-radius: 1px;
    height: 500px;
    align-items: end;
    background-color: rgb(233, 251, 255);
}

.bar {
    background-color: rgb(154, 184, 255);
    width: 100px;
    text-align: center;
    font-size: 15px;
}

#bybuss {
    height: 103px;
}

#tog {
    height: 32px;
}

#bussland {
    height: 52px;
}

#fly {
    height: 340px;
}