.rust-python-demo-container {
    margin-top: 10px;
    width: 100%;
}

.rust-python-demo-input-container {
    display: flex;
    height: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.rust-python-demo-length-input {
    flex-grow: 1;
    margin: 0 10px;
    display: block;
    border-radius: 5px;
    border-color: black;
}

.rust-python-demo-start {
    margin: 0 10px;
    display: block;
    width: 150px;
    height: 100%;

    height: 30px !important;
    background-color: aqua;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}


.rust-python-demo-start:hover {
    background-color: lightblue;
}

.rust-python-demo-image {
    height: auto;
    width: 70%;
}