.station-container {
    padding: 1em; 
    border: 1px solid; 
    margin: 1em;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.log-container {
    padding: 1em;
    border: 1px dashed black;
    margin: 1em;
}