
/*LIST*/

h3{
    margin-top: 20px;
}
.project{
    background-color: rgba(50,50,50,0.7);
    padding:5vh;
    padding-left:5vw;
    padding-right:5vw;
    border-radius: 20px;
}

.project-line{
    margin-top: 50px;
    text-justify: inter-word;
    text-align: justify;
}

p{
    z-index: 2;
    user-select: text;

}
#article-project{
    padding: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
}

.illust-div{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-illust
{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.img-description
{
    color: darkgray;
    margin-top:20px;
    margin-left:20px;
}

mark{
    color:rgb(0,255,123);
    background-color: transparent;
}

/* Buttons */
p > a 
{
    font-weight: bold;
    color:rgb(0,255,123);
    background-color: transparent;
    transition:all ease-in-out 0.3s;
}
p > a:hover
{
    color:rgb(40,40,40);
    background-color: rgb(0,255,123);
    transition:all ease-in-out 0.3s;
    border-radius: 5px;
}


li > a 
{
    font-weight: bold;
    color:rgb(0,255,123);
    background-color: transparent;
    transition:all ease-in-out 0.3s;
    width: 100%;
}
li > a:hover
{
    color:rgb(40,40,40);
    background-color: rgb(0,255,123);
    transition:all ease-in-out 0.3s;
    border-radius: 5px;
    width: 100%;
}


#list-projects{
    margin: 0;
}