img {
    width: 500px;
    height: 400px;
}

h4 {
    font-size: 25px;
}

summary {
    margin-top: 10px;
    font-size: 1.2rem;
}

article { 
    width: 100svh;
    border-top: 1px solid rgb(99, 61, 61);
    padding: 15px;
}

article:first-of-type { /* Remove top bar */
    border-top: 0px solid brown;
    padding-top: 0px;
}

.projects { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 2rem; 
}

.projects article {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
