.note {
    width: 60%;
    margin-left: 20%;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.project {
    width: 60%;
    margin-left: 20%;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    background-color: #0c2343;
    padding: 2em;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.project p {
    font-size: 16px;
}

.project a {
    color: white;
}

.project a:link {
    text-decoration: none;
}
  
.project a:visited {
    text-decoration: none;
}

.project a:hover {
    text-decoration: underline;
}

.project a:active {
    text-decoration: underline;
}