body {
    background-color: hsla(226, 72%, 46%, 0.937);
    margin-top: 0;
}

.flex-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-height: 50%;
}

.flex-item {
    background-color: hsl(0, 6%, 72%);
    padding: 8px;
    padding-bottom: 0px;

}

#header {
    background-color: black;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.logout-button {
    margin-top: 10px;
    margin-right: 10px;
}

#add-area, #edit-area{
    background-color: whitesmoke;
    padding-top: 50px;
    width: 500px;
    height: 550px;
    margin-left: 500px;
}

#add-page, #edit-page{
    margin-top: 150px;
}

#add-form, #edit-form{
    position: relative;
    margin-left: 100px;
}








/*# sourceMappingURL=/style.e308ff8e.css.map */