*{
    font-family: Helvetica, sans-serif;
    

}
.content{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:40px;
    padding: 1em 3svw 1em 3svw;
}
p{
    white-space: pre-wrap;
}


.header-content{
    display: flex;
    justify-content: space-around;
}

.text{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.text h1{
    align-self: center;
}

.table-Buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.table-Buttons form{
    display: flex;
    gap:10px;
}

.file-Buttons{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    row-gap: 15px;
}


button{
    background-color:rgb(207, 218, 227);
    border:solid;
    border-color: rgb(207, 218, 227);
    border-radius: 7px;
    color:rgb(22, 71, 112);
    text-align: center;
    text-decoration: none;
    font-size:14px;
}
.chooser-for-table-content{
    align-self: start;
}
select{
    min-width: 100px;
    min-height: 25px;
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(207, 218, 227);
    
    color: rgb(17, 72, 113);
}
option{
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(207, 218, 227);

    color: rgb(17, 72, 113);
}


#upload-form{
    display: flex;
    flex-direction: column;
}