#project h1{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.7rem;
    color: #42446E !important;
}

#project h3{
    font-size: 0.8em;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #666666 !important;
}

#project{
    padding-top: 4.4rem;
}

#project .project-title{
    font-size: 1.2rem;
    font-weight: 500;
}

#project .project-description{
    font-size: 0.7rem;
    font-weight: 300;
    color: #666666;
    margin-bottom: 0rem;
}

#project .used-tech-stack{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.7rem;
}

#project .pill{
    font-size: 0.6rem;
    font-weight: 300;
    color: #666666;
    background-color: #F0F0F0;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    margin: 0.3rem 0.5rem 0.3rem 0;
}

#project .card{
    margin-top: 2rem;
    border: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

#project .card:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 480px) {

    #project {
        padding-top: 3rem;
    }
  }