#top {
    background-color: black;
}

#top p {
    color: green;
}

.content {
    display: flex;
}

#major {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#minor {
    flex-direction: column;
    justify-content: space-between;
}

.category {
    background-color: gray;
    flex-basis: 200px;
}