body {
    font-family: Arial, Helvetica, sans-serif;
}

.upload-main {
    display: grid;
    grid-template-columns: auto auto;
}

.filtering {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30vw;
    height: 100vh;
    background-color: rgb(160, 190, 212);
}

.filtering h1 {
    padding-top: 3em;
}

.input {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70vw;
    padding-top: 8em;
}

.plot {
    width: 70vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7em;
}

.plot h1 {
    font-size: 2em;
    padding-bottom: .25em;
}