body {
    background-color: #000b47;
    align-items: center;
}

.name-project {
    width: 75%;
    height: 3em;
    background-color: azure;
    border-radius: 3px;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    max-width: 700px;
}

.image-project{
    border-radius: 10px;
    height: auto; 
    width: auto; 
    width: 80%;
    max-width: 700px;
}

.name-project:hover{
    background-color: #b1b1b1;
    cursor: pointer;
}

a{
    text-decoration-line: none;
    color: #000;
}

.name-project {
    padding: 0.1em;
    text-align: center;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
}
