.basicBlock {
    width: max-content;
    background-color: rgb(248, 161, 0);
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1.5%;
    border-radius: 10px;
    text-align: left;
    border-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.blockNotch {
    margin-left: 5%; 
    margin-top: 2%; 
    background-color: white;
}
.dropdownInsert {
    color: white;
    border: solid black 0.5px;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: smaller;
}
.onStart {
    width: 15vw !important;
}
.outputBlock {
    width: max-content;
    background-color: rgb(48, 150, 246);
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1.5%;
    border-radius: 10px;
    text-align: left;
    border-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.valueInsert {
    background-color: white;
    color: black;
    padding: 0.5rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}