body{
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
    background-color: black
}

.container{
    padding: 50px;
    margin:0px;
    background-color: gray;
    color: white;
}

.container-title{
    font-size: larger;
    font-weight: bold;
    justify-self: center;
    text-decoration: underline;
}

.container-project{
    justify-self: center;
    font-size: large;
    padding: 100px;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: azure;
}

.container-project a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px;

}