.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.project {
    border: 1px solid #333;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#titlem {
    margin-left: 20px;
    color: black;
    text-decoration: underline;
}

.project h2 {
    color: #333;
}

.project p {
    color: #666;
}

.project a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
}

.project a:hover {
    background-color: #0056b3;
}

#project-p-a {
    text-decoration: none;
}

.projects-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.projects-container-box {
    display: block;
    width: 325px;
    height: auto;
    border-radius: 15px;
    border: solid black 1px;
    background-color: white;
}

#projects-container-box-title {
    font-size: 26px;
    text-align: center;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
}

#projects-container-box-a a {
    display: flex;
    background-color: #007BFF;
    border-radius: 20px;
    width: 125px;
    height: 30px;
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
}

#projects-container-box-a a:hover {
    background-color: #0056b3;
}

#file-type {
    font-size: 14px;
    text-align: center;
}

.navigation {
    float: right;
    margin: auto;
    background-color: white;
    border: solid black 1px;
    border-radius: 20px;
    padding: 10px;
    width: 100px;
    margin-right: 10px;
}

.key {
    margin-bottom: 5px;
}

#date-t {
    font-size: 12px;
}