    
    body {
    background-color: #f4f4f4 !important;
    }
    
    .content {
    margin-top: 80px;
    padding-top: 30px;
    }
    
    .projects {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    }
    
    .projectContainer {
    background-color: white;
    margin: 30px 10%;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 14px;
    width: -webkit-fill-available;
    }
    
    .specProjectDiv {
    padding: 10px 20px;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    }
    
    .specProjectDiv:last-child {
    border-bottom: none;
    }
    
    .specProjectDiv h1 {
    margin: 10px 0 0 0;
    font-size: 24px;
    }
    
    .specProjectDiv span {
    font-style: italic;
    }
    
    .specProjectDiv .type {
    color: #4780B6;
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
    }
    
    .specProjectDiv a {
    color: gray;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    }
    
    .specProjectDiv a:hover {
    text-decoration: underline;
    }
    