*{
    box-sizing: border-box;
}
body{
    background-color: ghostwhite;
    font-family: Calibri, sans-serif;
}

a{
    text-decoration: none;
    color: black;
}

.title-website{
    text-align: center;
    font-size: 50px;

}

.list-projects{
    padding-left: 5px;
    width: fit-content;
}

li{
    margin: 15px 0;
    font-size: 25px;
}