body {
    background-color: #222222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    margin: 0;
    color: #fafafa;
}

.projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}