header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
}
main{
    min-height: 100dvh;
}
h2{
    color: whitesmoke;
}

#project-container a:hover{
    transform: scale(1);
    box-shadow: 3px 3px 0 rgb(100, 100, 100);
    border: 2px solid whitesmoke;
}
#project-container a:hover h4{
    text-decoration: underline;
}
.projectCard{
    background-color: rgba(255, 255, 255, 0.25);
    width: 200px;
    height: 250px;
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    color: whitesmoke;
}
.row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: max-content;
    margin-bottom: 20px;
}
