.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 1%;
}

.topbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;

}

.section-one-title{
    margin-left: 2%;
    text-align: left;
}
.section-one{
    text-align: left;
    float: left;
    justify-content: left;
    align-content: left;
    align-items: left;
    width: 100%;
}
.topbar-title{
    font-weight: 600;
    font-size: 21px;
}

.back{
    font-size: 21px;
}
