.postFormDiv {
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    
}



.optionsDiv {
    display: flex;
    justify-content: space-around !important;
    align-items:center;
    margin-top: 50px;
}

.optionsDiv img {
    height: 400px;
}

#project button {
    margin-top: 50px;
    margin-left: 50px;
}

.postFormDiv {
    background-color: orange;
}

.postFormDiv label {
    font-family: sans-serif;
    font-size: 20px;;
}