@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.site {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.project_card {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    max-width: 500px;
    width: 100%;
    margin: 20px;
    background-color: white;
    border-radius: 10px;
    position: relative;
}

.project_card .title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.techstack {
    border-radius: 0 0 10px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding-left: 20px;
    background-image: linear-gradient(to right, #179be2, #6bccef);
    position: absolute;
    bottom: 0;
    margin-top: 10px;
}

.techstack2 {
    border-radius: 0 0 10px 10px;

    width: 100%;
    font-size: 15px;
    line-height: 30px;
    float: left;
    padding-left: 20px;
    background-image: linear-gradient(to right, #179be2, #6bccef);
    position: absolute;
    bottom: 0;
}
