
#app-content {
    height: 100vh;
    width: 100%;

    display: flex;
    flex-direction: column;

    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
}

#header-content{
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;

    padding: 1% 0px;
    
}

.min-max{
    display: flex;
    flex-direction: column;

    padding: 0px 3%;
}


input{
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 6px;
    background: #fbfbfb;
    border: 2px solid transparent;
    height: 2%;
    box-shadow: 0 0 0 1px #dddddd, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
}

input:focus{
    border: 2px solid #000;
    border-radius: 4px;
}

.table_container{
    display: flex;
    justify-content: center;
}

.table_child{
    width: 80% !important;
}

button {
    font-weight: 600;
  }