* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header, #inputs, #outputs, #h4 {
    min-height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#list-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#list {
    min-width: 30%;
    list-style: none;

}

#list-item{
    margin: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}