*{
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

body{
    background-image: linear-gradient(90deg, #5b83c3, #945bc3);
    color: whitesmoke;
    background-color: #0093E9;
    /* background-image: linear-gradient(90deg, #0093E9 0%, #5dd4ac 100%);     */
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    width: 100vw;
    font-weight: bold;
}

header {
    font-size: 1.3rem;
}

#greet {
    margin-top: 20px;
    text-align: center;
}

.projects {
    text-align: center;
}


#presentation {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    text-align: justify;
    color: black;
    /* background-image: linear-gradient(90deg, #5b83c3, #945bc3); */
    padding: 10px;
}

/* .card #presentation {
    border: none;
} */

.buttons {
    width: 100%;
}

.card-title{
    color: #000000;
    font-weight: bold;
}

.skills{
    display: flex;
    justify-content: space-between;
}

.skills>img{
    width: 50px;
    height: 50px;
}

#node{
    width: 72px;
    height: 72px;
}

#mysql, #git, #mint{
    width: 65px;
    height: 65px;
}

a img {
    width: 30px;
    height: 30px;
}

.heroku {
    background-color: #6762A6;
}

/* .github{
    background-color: #ffffff;
} */

.card-text.text-body {
    height: 100px;
    text-overflow: ellipsis;
}
