.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    }
.box {
width: 320px;
background-color:#d2fcd2;
border: 3px;
border-style:solid;
border-color:#009c00;
border-radius: 12px;
padding: 6px;
margin:10px;
align-self: baseline;
text-align: center;
}

.proj { font-weight: bold; color: navy; display:inline; }
.desc { color: blue; }
.loc { color: green; }
.amt { color: red; }
.yrgrp { max-width: 900px; }
.yrgrp h4 { text-align: center; background-color:blue; color:white; margin-left: 120px; margin-right: 120px; font-weight: bold; }

