html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1 {
    text-align: center;
}

#Hyrax {
    font-size: 4vw;
    margin: 10px;
}

#flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 1.5vw;
    margin-top: 20px;
}

a {
    color: black;
    text-decoration: none;
    border-right: 2px black solid;
    padding-right: 20px;
}

.SectionHeader {
    font-size: 3vw;
    margin: 50px;
}

.flexbox {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.columnflex {
    flex-flow: column;
    align-items: center;
}

div {
    font-size: 2vw;
}

#Citations {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 1.5vw;
    margin-top: 20px;
    margin-left: 20px;
}