h1 {
    display: none;
}


.buttonPortfolio {
    display: flex;
    justify-content: flex-end;
}

.btn {
    border: none;
}

.btn:hover {
    background-color: #05DBF2;
    border-radius: 0;
}

.card {
    background-color: #FFFDFA;
    font-weight: 500;
    border-style: none;
    border-radius: 0;
    border: 1px solid #101828;
    height: 100%;
    box-shadow: 4px 4px 0 0 rgba(16,24,40,1);
}

.card-img-top {
    border-radius: 0;
}

h5 {
    font-weight: 600;
}

header {
    z-index: 1;
}
