.H1Style {
    border: solid blue;
    text-align: center;
    font-size: 100px;
}

.HeaderStyle {
    border: solid yellow;
}

.BodyStyle {
    border: solid red;
}

.Section1 {
    border: solid orange;
}

.Flexbox {
    border: solid purple;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.UnordoredList {
    border: solid black;
}

.NavBarLink {
    border: solid black;
}

.ArticleStyle {
    border: solid black;
    align-self: stretch;
}

.ParagraphStyle {
    border: solid blue;
}

.H2Style {
    border: solid blue;
    font-size: 50px;
    text-align: center;
}