.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.project-box {
    width:60%;
    margin:50px;
}

.horiz {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.column {
    
}

.col-left {
    margin-right:0.5%;
}

.col-right {
    margin-left:0.5%;
}


.column .title-bar {
    width:100%;
    
}

.main-container {
    border:1px solid black;
    width: 75%;
    margin: auto;
    
    background-color: #EAEAEA;
}

.header-bar {
    width: 98%;
    background-color:#144759;
    color:#ffffff;
    margin-top:10px;
}

.title-bar {
    width: 98%;
    background-color:#4F9595;
    color:#ffffff;
}

.section-title {
    width: 100%;
    background-color:#a2c4c9;
    color:#000000;
}

.content {
    width:98%;
    margin-bottom: 20px;
    
 
    
}

.text-area {
    width: 60%;
}


h2 {
    width:100%;
    text-align:center;
}

p {
    font-size: 20px;
    text-indent: 2em;
    
}

.border {
    border:1px solid black;
    
}





