body {
}

label {
    color: Red;
}

.proj_main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.proj_title {
    text-align: center;
}

.proj_title p {
    margin-top: 0px;
}

.proj_content {
    width: 95%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    text-align: center;
}

.issueInputForm {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    text-align: center;
}

.form-group {
    margin: 5px 0;
}

.form-control {
}

.button {
}

.issues {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    text-align: center;
}

#issuesList {
    width: 95%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: ;
    align-content: ;

    text-align: ;
}

.issue {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: 2px solid darkgray;
    border-radius: 5%;
    background: lightgrey;
    /*display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    text-align: center;*/
}
